An MCP server that autonomously evaluates web applications.
Standard I/O
Build from source
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"web-eval-agent": {
"args": [
"index.js"
],
"command": "node"
}
}
}