mcpbeat Sign in

Playwright Report MCP Server

by hubertgajewski Your server? Claim it
local only

Playwright Report MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 171 installs a week from npm. Last commit 12 Sep 2026.

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

Installs per day peak 39 · avg 13 · -66% w/w
a month agotoday
171
Installs / week
npm · playwright-report-mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/run-tracker.ts:157, src/server.ts:21
      child = spawn(cmd[0], cmd.slice(1), {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add playwright-report-mcp -- npx -y playwright-report-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "playwright-report-mcp": {
      "args": [
        "-y",
        "playwright-report-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.playwright-report-mcp]
command = "npx"
args = ["-y", "playwright-report-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "playwright-report-mcp": {
      "args": [
        "-y",
        "playwright-report-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "playwright-report-mcp": {
      "args": [
        "-y",
        "playwright-report-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PW_ALLOWED_DIRS (path.delimiter-separated list of directories the per-call workingDirectory parameter may point at. Entries may be absolute or relative (resolved once against the server's launch cwd at startup). Defaults to '.' (authorizes only the launch directory).), PW_RESULTS_FILE (Absolute path override for the JSON reporter output file. Defaults to <workingDirectory>/test-results/results.json, computed per call.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Playwright Report MCP

same job, measured the same way
PageMap
by retio-ai

Structured web intelligence for AI agents. 5x fewer tokens than Playwright/Firecrawl, 84.7% accuracy

190 installs/wk local only
Noncelogic
by noncelogic

Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.

60 installs/wk local only
MCP Browser Research
by infoinlet-marketplace

Web browsing & research for AI agents — fetch/read pages, structured extraction, Exa search.

30 installs/wk local only
I
Claudetest
by fasteningcode

Playwright & Appium test automation for Claude. Generate tests, diagnose failures, open fix PRs.

18 installs/wk local only
Playwright Trace Decoder MCP
by vola-trebla

MCP server for unpacking and analyzing Playwright trace.zip archives

49 installs/wk local only
Vibe Test — Browser Testing Agent
by aishwaryshrivastav

Code-aware browser testing agent — 13 Playwright tools for AI code editors via MCP

584 installs/wk local only
five46
by sekharsdet

BYOK, fully local AI agent that tests your app/API and writes a real Playwright spec on success.

73 installs/wk local only
Playrunner
by playrunner

Discover Playwright workflows, start runs, and inspect results in Playrunner Cloud.

answering

Playwright Report MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Playwright Report MCP?
Playwright Report MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package playwright-report-mcp was installed 171 times last week.
How do I connect Playwright Report MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls playwright-report-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Playwright Report MCP?
The npm package playwright-report-mcp was installed 171 times in the last week. Week over week that is -66%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Playwright Report MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.