Playwright Trace Analyzer
Freeby 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
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
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"]
}
}
}