MCP.so
登录

web-eval-agent MCP Server

@WandererJack1

关于 web-eval-agent MCP Server

About An MCP server that autonomously evaluates web applications.

基本信息

分类

AI 与智能体

许可证

Apache-2.0 license

运行时

python

传输方式

stdio

发布者

WandererJack1

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "web-eval-agent": {
      "command": "uvx",
      "args": [
        "--refresh-package",
        "webEvalAgent",
        "--from",
        "git+https://github.com/Operative-Sh/web-eval-agent.git",
        "webEvalAgent"
      ],
      "env": {
        "OPERATIVE_API_KEY": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is web-eval-agent?

web-eval-agent is an MCP server from operativelabs.xyz that launches a browser-use powered agent to autonomously execute and debug web apps directly inside your code editor. It is designed for developers who want to let a coding agent test its own code end-to-end while they focus on other tasks.

How to use web-eval-agent?

Obtain a free API key from operativelabs.xyz, then run the provided installer script (macOS/Linux) which installs Playwright and uv and inserts the required JSON configuration into your code editor (Cursor/Cline/Windsurf). After restarting the editor, send a chat prompt such as “Test my app on http://localhost:3000. Use web-eval-agent.” to invoke the tool. Manual installation steps are also documented for macOS/Linux and Windows.

Key features of web-eval-agent

  • Navigates your webapp using BrowserUse (2× faster with operative backend)
  • Captures network traffic with intelligently filtered requests
  • Collects all console logs and errors
  • Autonomous debugging—the Cursor agent calls web-eval-agent to test its own code
  • Provides a structured report including agent steps, logs, network requests, and a timeline

Use cases of web-eval-agent

  • Automatically testing a locally running web application after writing new code
  • End-to-end validation of user flows (e.g., API key creation and deletion)
  • Debugging interactive UI features without manually clicking through the browser
  • Integrating autonomous QA directly into an LLM-powered coding agent’s workflow

FAQ from web-eval-agent

What prerequisites are needed to install web-eval-agent?

On macOS/Linux you may need Homebrew, npm, and jq, though typically these are not required. The installer will set up Playwright and the uv package manager.

How do I update web-eval-agent to the latest version?

Run uv cache clean and then refresh the MCP server in your code editor. To force a reinstall, use the installation script again.

Where does the agent run and where are logs stored?

The agent runs in a browser launched by Playwright on your local machine. A report with screenshots, console logs, network requests, and a timeline is returned into the editor context. Live logs are also available on the Operative Control Center dashboard.

What platforms and editors are supported?

The server works on macOS, Linux, and Windows. It integrates with Cursor, Cline, and Windsurf via MCP JSON configuration. Windows installation is still being refined—users may encounter issues.

Does web-eval-agent require an API key?

Yes, a free API key from operativelabs.xyz is required and must be set in the OPERATIVE_API_KEY environment variable in the editor’s MCP configuration.

评论

AI 与智能体 分类下的更多 MCP 服务器