chrome-devtools-mcp and web-eval-agent
These are complements—Chrome DevTools provides the low-level browser automation primitives (protocol interaction, DOM inspection, script execution) that a web evaluation agent would build upon to autonomously test and assess web applications.
About chrome-devtools-mcp
ChromeDevTools/chrome-devtools-mcp
Chrome DevTools for coding agents
This project helps AI coding assistants like Gemini or Copilot interact with a live Chrome browser. It enables your assistant to automate browser tasks, debug web pages, and analyze website performance by providing real-time control and inspection. Web developers, quality assurance engineers, and AI developers building agent-based tools would use this.
About web-eval-agent
refreshdotdev/web-eval-agent
An MCP server that autonomously evaluates web applications.
This project helps software developers or QA engineers automatically test web applications. It takes a web application URL and a natural language description of a task (e.g., "complete the signup flow"), then an AI agent navigates the browser, performs the task, and generates a detailed report including screenshots, console logs, and network traffic. This allows developers to quickly identify and debug issues without manual intervention.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work