MCP server for autonomous web app evaluation
Top 34.7% on sourcepulse
This project provides an MCP server that autonomously evaluates web applications by executing and debugging them within a code editor environment. It's designed for developers seeking to automate web app testing and debugging, offering a faster and more integrated approach to quality assurance.
How It Works
The agent leverages BrowserUse to navigate web applications, capturing network traffic and console errors. It intelligently filters network requests and returns them to the context window. The core innovation lies in its autonomous debugging capability, where a Cursor agent calls the web QA agent MCP server to verify the functionality of code it has written, enabling end-to-end testing directly within the development workflow.
Quick Start & Requirements
curl -LSf https://operative.sh/install.sh | bash
.curl -LsSf https://astral.sh/uv/install.sh | sh
), and Playwright (uvx --from git+https://github.com/Operative-Sh/web-eval-agent.git playwright install
).Highlighted Details
Maintenance & Community
The project mentions recent updates (4/29) for agent overlay and browser controls. Users are encouraged to open issues for any problems encountered.
Licensing & Compatibility
The repository does not explicitly state a license in the README.
Limitations & Caveats
The README notes initial Playwright issues that were addressed on 4/14. Users are directed to open issues for any further problems.
3 days ago
1 day