Integrations
Provides operating system compatibility for running the WebEvalAgent MCP Server, enabling autonomous web app execution and debugging capabilities.
Provides operating system compatibility for running the WebEvalAgent MCP Server, enabling autonomous web app execution and debugging capabilities.
🚀 operative.sh web-eval-agent MCP Server
Let the coding agent debug itself, you've got better things to do.
🔥 Supercharge Your Debugging
operative.sh's MCP Server launches a browser-use powered agent to autonomously execute and debug web apps directly in your code editor.
⚡ Features
- 🌐 Navigate your webapp using BrowserUse (2x faster with operative backend)
- 📊 Capture network traffic - requests are intelligently filtered and returned into the context window
- 🚨 Collect console errors - captures logs & errors
- 🤖 Autonomous debugging - the Cursor agent calls the web QA agent mcp server to test if the code it wrote works as epected end-to-end.
🏁 Quick Start (macOS/Linux)
- Pre-requisites (typically not needed):
- brew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- npm: (
brew install npm
) - jq:
brew install jq
- Run the installer after getting an api key (free)
- Visit your favorite IDE and restart to apply the changes
- Send a prompt in chat mode to call the web eval agent tool! e.g.
🛠️ Manual Installation
- Get your API key at operative.sh
- Install uv
- Install playwright:
- Add below JSON to your relevant code editor with api key
- Restart your code editor
🔃 Updating
uv cache clean
- refresh MCP server
Operative Discord Server
🚨 Issues
- Updates aren't being received in code editors, update or reinstall for latest version: Run
uv cache clean
for latest - Any issues feel free to open an Issue on this repo!
- 5/5 - static apps without changes weren't screencasting, fixed!
uv clean
+ restart to get fix
Changelog
- 4/29 - Agent overlay update - pause/play/stop agent run in the browser
📋 Example MCP Server Output Report
Star History
Built with <3 @ operative.sh
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Unleashes LLM-powered agents to autonomously execute and debug web apps directly in your code editor, with features like webapp navigation, network traffic capture, and console error collection.
Related MCP Servers
- AsecurityAlicenseAqualityEnables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environmentLast updated -1032785JavaScriptMIT License
- AsecurityAlicenseAqualityEnables LLM applications to interact with macOS through AppleScript.Last updated -21138TypeScriptMIT License
- AsecurityFlicenseAqualityEnables LLMs to perform web browsing tasks, take screenshots, and execute JavaScript using Puppeteer for browser automation.Last updated -415,5021JavaScript
- AsecurityFlicenseAqualityEnables browser automation for LLMs on Linux display servers, supporting web interaction, screenshots, and JavaScript execution in a real browser.Last updated -702JavaScript