Playwright Report MCP
Rank #7,838io.github.hubertgajewski/playwright-report-mcp
Run Playwright tests and surface structured results for AI agents doing test failure analysis.
Playwright Report MCP is a Model Context Protocol (MCP) server published by hubertgajewski. It ranks #7,838 of 132,046 servers tracked on MCP Toplist. Playwright Report MCP is listed across 2 registries — Official MCP and Glama, with 15 tracked versions. It was first listed on Mar 25, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 124,208 of 132,046 servers on MCP Toplist.
Use Playwright Report MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add playwright-report-mcp -e "PW_ALLOWED_DIRS=<your PW_ALLOWED_DIRS>" -e "PW_RESULTS_FILE=<your PW_RESULTS_FILE>" -- npx -y playwright-report-mcpReplace each placeholder with your own value before saving.
[mcp_servers.playwright-report-mcp]
command = "npx"
args = ["-y", "playwright-report-mcp"]
[mcp_servers.playwright-report-mcp.env]
PW_ALLOWED_DIRS = "<your PW_ALLOWED_DIRS>"
PW_RESULTS_FILE = "<your PW_RESULTS_FILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"playwright-report-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-report-mcp"
],
"env": {
"PW_ALLOWED_DIRS": "<your PW_ALLOWED_DIRS>",
"PW_RESULTS_FILE": "<your PW_RESULTS_FILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"playwright-report-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-report-mcp"
],
"env": {
"PW_ALLOWED_DIRS": "<your PW_ALLOWED_DIRS>",
"PW_RESULTS_FILE": "<your PW_RESULTS_FILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"playwright-report-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"playwright-report-mcp"
],
"env": {
"PW_ALLOWED_DIRS": "<your PW_ALLOWED_DIRS>",
"PW_RESULTS_FILE": "<your PW_RESULTS_FILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"playwright-report-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-report-mcp"
],
"env": {
"PW_ALLOWED_DIRS": "<your PW_ALLOWED_DIRS>",
"PW_RESULTS_FILE": "<your PW_RESULTS_FILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"playwright-report-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-report-mcp"
],
"env": {
"PW_ALLOWED_DIRS": "<your PW_ALLOWED_DIRS>",
"PW_RESULTS_FILE": "<your PW_RESULTS_FILE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hubertgajewski%2Fplaywright-report-mcp)<a href="https://mcptoplist.com/server/io.github.hubertgajewski%2Fplaywright-report-mcp"><img src="https://mcptoplist.com/badge/io.github.hubertgajewski%2Fplaywright-report-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hubertgajewski
Available versions (15)
| Version | Published |
|---|---|
| 3.3.0 | Aug 12, 2026 |
| 3.2.2 | Jun 4, 2026 |
| 3.2.1 | May 29, 2026 |
| 3.2.0 | May 29, 2026 |
| 3.1.4 | May 9, 2026 |
| 3.1.3 | May 9, 2026 |
| 3.1.2 | May 8, 2026 |
| 3.1.0 | Apr 24, 2026 |
| 3.0.0 | Apr 20, 2026 |
| 2.0.2 | Apr 18, 2026 |
| 2.0.1 | Apr 18, 2026 |
| 2.0.0 | Apr 18, 2026 |
| 1.0.4 | Mar 25, 2026 |
| 1.0.2 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Playwright Report MCP?
- Playwright Report MCP is maintained by hubertgajewski, which publishes 1 MCP server (15 total versions) tracked on MCP Toplist.
- Is Playwright Report MCP listed on the Official MCP Registry?
- Yes — Playwright Report MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Playwright Report MCP have?
- MCP Toplist tracks 15 versions of Playwright Report MCP, most recently published on Aug 12, 2026.
- Where can I find the source code for Playwright Report MCP?
- The source code for Playwright Report MCP is hosted at github.com/hubertgajewski/playwright-report-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.