playwright-report-mcp

hubertgajewski/playwright-report-mcp
★ 0 stars TypeScript 🌐 Browser/Web Updated today
MCP server for running Playwright tests and reading structured results, failed test details, and attachment content.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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