playwright trace decoder mcp for VS Code
io.github.vola-trebla/playwright-trace-decoder-mcp
MCP server for unpacking and analyzing Playwright trace.zip archives
client:VS Code
transport:stdio
runtime:npm
Install playwright trace decoder mcp in VS Code
.vscode/mcp.json
{
"servers": {
"playwright-trace-decoder-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"playwright-trace-decoder-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs