MCP Server
io.github.vola-trebla/playwright-trace-decoder-mcp MCP Server
io.github.vola-trebla/playwright-trace-decoder-mcp
What is the io.github.vola-trebla/playwright-trace-decoder-mcp MCP server?
MCP server for unpacking and analyzing Playwright trace.zip archives
How to install io.github.vola-trebla/playwright-trace-decoder-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"playwright-trace-decoder-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-trace-decoder-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"playwright-trace-decoder-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-trace-decoder-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"playwright-trace-decoder-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-trace-decoder-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"playwright-trace-decoder-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"playwright-trace-decoder-mcp"
]
}
}
}Claude Code
claude mcp add playwright-trace-decoder-mcp -- npx -y playwright-trace-decoder-mcpRelated MCP servers
MCP server that uses TypeScript AST to find which tests are affected by a code change
View repository →Scans projects for secret exposure: leaked API keys, unprotected .env files, and secrets in logs.
View repository →MCP server + Playwright reporter that builds a flakiness knowledge graph from test run history
View repository →Streams NDJSON log triage: query patterns, detect anomalies, summarize timelines without full load.
View repository →MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions
View repository →MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright
View repository →