MCP Directory
Back

web-eval-agent

by refreshdotdev · Python · ★ 1,239

An MCP server that autonomously evaluates web applications.

#debugging#debugging-tool#mcp#mcp-server#modelcontextprotocol#playwright#qa#vibe-coding#vibe-testing

Install

pip install git+https://github.com/refreshdotdev/web-eval-agent.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "web-eval-agent": {
      "command": "uvx",
      "args": [
        "git+https://github.com/refreshdotdev/web-eval-agent.git"
      ]
    }
  }
}

From the README

---|---------| | | 🤖 Automated UX evaluator that drives the browser, captures screenshots, console & network logs, and returns a rich UX report. | | | 🔒 Opens an interactive (non-headless) browser so you can sign in once; the saved cookies/local-storage are reused by subsequent runs. | **Key arguments** * * **(required)** – address of the running app (e.g. ) * **(required)** – natural-language description of what to test ("run through the signup flow and note any UX issues") * *(optional, default )* – set to to hide the browser window * * *(optional)* – page to open firs…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers