web-eval-agent

MCP.Pizza Chef: refreshdotdev

The project has been sunset by its makers and is no longer maintained, so treat it as a snapshot rather than a living tool. While it ran, it drove a real browser through a site you were building, attempting a task you described in plain words, then handed back a report of the steps taken, the error messages it saw, and the rough spots in the experience. It worked inside Cursor, Cline, and Windsurf, and needed a free key from operative.sh.

Deprecated · sunset by its makers; they moved to a new product at withrefresh.com
Coding

Use This MCP server To

Walk through my signup flow and tell me what feels confusing Check whether my checkout page still works after a change Collect the error messages my site prints while I click around Sign in once and reuse that session for later test runs Get a written report of a broken step instead of guessing

README

⚠️ PROJECT HAS BEEN SUNSET ⚠️

This project has been discontinued. We're building something new at withrefresh.com


🚀 operative.sh web-eval-agent MCP Server

Let the coding agent debug itself, you've got better things to do.

Demo

🔥 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.

🧰 MCP Tool Reference

Tool Purpose
web_eval_agent 🤖 Automated UX evaluator that drives the browser, captures screenshots, console & network logs, and returns a rich UX report.
setup_browser_state 🔒 Opens an interactive (non-headless) browser so you can sign in once; the saved cookies/local-storage are reused by subsequent web_eval_agent runs.

Key arguments

web-eval-agent FAQ

Is this still maintained?
No. The makers sunset the project and moved on to a new product at withrefresh.com, so expect no fixes or updates.
Which apps does it work in?
It was built for Cursor, Cline, and Windsurf, and there was also a ready-made command for Claude Code.
Do I need a key to use it?
Yes. A free key from operative.sh was required, and new keys may no longer be issued now that the project is retired.
Can I use this to test my signup flow?
Yes. You describe the flow in plain words, it drives a browser through it, and it reports back what it saw at each step.
How hard is setup?
You paste a short block into your editor's settings and run an installer that adds the browser it drives.
Does it work on a site that is not published yet?
Yes. It was designed to point at a site running on your own machine, such as a local preview.