web-eval-agent MCP Server
@WandererJack1
web-eval-agent MCP Server について
About An MCP server that autonomously evaluates web applications.
基本情報
設定
以下の設定を使って、このサーバーを 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 とエージェント」の他のコンテンツ
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
コメント