Odel
playwright report mcp

playwright report mcp

Local
@hubertgajewskiTypeScriptMITUpdated 4 days ago

Run Playwright tests and surface structured results for AI agents doing test failure analysis.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmplaywright-report-mcpv3.3.0

Run

npx -y playwright-report-mcp

MCP client config

{
  "mcpServers": {
    "playwright-report-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "playwright-report-mcp"
      ]
    }
  }
}