Skip to content
Grok

Tada: automated QA for AI-written code for Grok

dev.taada/tada

Your coding agent asks Tada to work through a feature in a real browser and gets back a verdict.

client:Grok transport:stdio runtime:npm

Install Tada: automated QA for AI-written code in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tada": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tada-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Tada: automated QA for AI-written code in other clients