← Back to browse

playwright-trace-decoder-mcp

Indexed by io.github.vola-trebla

About

MCP server for unpacking and analyzing Playwright trace.zip archives

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add playwright-trace-decoder-mcp -- npx playwright-trace-decoder-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"playwright-trace-decoder-mcp","command":"npx","args":["playwright-trace-decoder-mcp"]}'
JSON
{
  "mcpServers": {
    "playwright-trace-decoder-mcp": {
      "command": "npx",
      "args": [
        "playwright-trace-decoder-mcp"
      ]
    }
  }
}