Odel
AWT (AI Watch Tester)

AWT (AI Watch Tester)

Local
@ksgisang1AGPL-3.0Updated 3mo ago

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

PyPIaat-devqav1.6.2

Run

uvx aat-devqa

MCP client config

{
  "mcpServers": {
    "awt-ai-watch-tester": {
      "command": "uvx",
      "args": [
        "aat-devqa"
      ]
    }
  }
}