operative_sh/web-eval-agent
An MCP Server that autonomously debugs web applications with browser-use browser agents
Quick Start
Clone the repository:
git clone https://github.com/Operative-Sh/web-eval-agentClaude Desktop configuration example:
{
"mcpServers": {
"web-eval-agent": {
"command": "npx",
"args": [
"-y",
"operative_sh/web-eval-agent"
]
}
}
}Check the repository README for specific installation and configuration instructions.