nikhilfufu/MCP_SERVER_WITH_PLAYWRIGHT_AND_CLAUDE
An MCP server built in C# that exposes QA automation tools (like browser login) to AI clients. It uses Playwright for browser automation and ExtentReports for HTML reporting with screenshots, allowing AI agent (Claude) to run and inspect real end-to-end tests.
Platform-specific configuration:
{
"mcpServers": {
"MCP_SERVER_WITH_PLAYWRIGHT_AND_CLAUDE": {
"command": "npx",
"args": [
"-y",
"MCP_SERVER_WITH_PLAYWRIGHT_AND_CLAUDE"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...