Skip to main content
Browser AutomationPython

operative_sh/web-eval-agent

An MCP Server that autonomously debugs web applications with browser-use browser agents

browser-automationlocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/Operative-Sh/web-eval-agent

Claude 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.

Details

Category
Browser Automation
Language
Python
Author
Operative-Sh