Web Eval Agent
未认领An MCP server that autonomously evaluates web applications.
debuggingdebugging-toolmcpmcp-servermodelcontextprotocolplaywrightqavibe-codingvibe-testing
安装
$
npm install -g chromium playwright && uvx --with playwright playwright install --with-deps工具(5 个)
headless_browser
(optional, default false) – set to true to hide the browser window
setup_browser_state
🔒 Opens an interactive (non-headless) browser so you can sign in once; the saved cookies/local-storage are reused by subsequent webevalagent runs.
task
(required) – natural-language description of what to test ("run through the signup flow and note any UX issues")
url
(required) – address of the running app (e.g. http://localhost:3000)
web_eval_agent
🤖 Automated UX evaluator that drives the browser, captures screenshots, console & network logs, and returns a rich UX report.