Back to MCP Servers
Web Eval Agent
An MCP Server that autonomously debugs web applications with browser-use browser agents
browser-automationbrowseragent
By Operative-Sh
Installation
npx -y web-eval-agentConfiguration
{
"mcpServers": {
"web-eval-agent": {
"command": "npx",
"args": ["-y", "web-eval-agent"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes