Skip to content

Playwright Trace Analyzer

Free

by MCP Community

A powerful MCP tool for analyzing Playwright trace files with smart filtering, network analysis, and screenshot extraction

v1.0.29Added Apr 12, 2026
playwrighttraceanalyzermcpdebugging
Works with:ClaudeGPTGeminiCopilot

Playwright Trace Analyzer MCP Server

A powerful MCP tool for analyzing Playwright trace files with smart filtering, network analysis, and screenshot extraction

Installation

npx -y @metoto/playwright-trace-analyzer-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @metoto/playwright-trace-analyzer-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "playwright-trace-analyzer": {
      "command": "npx",
      "args": ["-y", "@metoto/playwright-trace-analyzer-mcp"]
    }
  }
}