io.github.hubertgajewski/playwright-report-mcp
Run Playwright tests and surface structured results for AI agents doing test failure analysis.
{
"mcpServers": {
"playwright-report-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-report-mcp"
],
"env": {
"PW_ALLOWED_DIRS": "<pw_allowed_dirs>",
"PW_RESULTS_FILE": "<pw_results_file>"
}
}
}
}{
"mcpServers": {
"playwright-report-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-report-mcp"
],
"env": {
"PW_ALLOWED_DIRS": "<pw_allowed_dirs>",
"PW_RESULTS_FILE": "<pw_results_file>"
}
}
}
}npx -y playwright-report-mcpPW_ALLOWED_DIRSpath.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_FILEAbsolute path override for the JSON reporter output file. Defaults to <workingDirectory>/test-results/results.json, computed per call.
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).