AI-powered E2E testing MCP server. Detects and auto-fixes UI bugs via DevQA Loop and Vision AI.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx aat-devqa
MCP client config
{
"mcpServers": {
"awt-ai-watch-tester": {
"command": "uvx",
"args": [
"aat-devqa"
]
}
}
}