★ 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"
]
}
}
}
Run in terminal:
claude mcp add playwright-report-mc npx -y hubertgajewski/playwright-report-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"playwright-report-mc": {
"command": "npx",
"args": [
"-y",
"hubertgajewski/playwright-report-mcp"
]
}
}
}