Skip to content

playwright report mcp for Zed

io.github.hubertgajewski/playwright-report-mcp

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

client:Zed transport:stdio runtime:npm

Install playwright report mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "playwright-report-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "playwright-report-mcp"
      ],
      "env": {
        "PW_ALLOWED_DIRS": "<PW_ALLOWED_DIRS>",
        "PW_RESULTS_FILE": "<PW_RESULTS_FILE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

playwright report mcp in other clients