Skip to content
Cursor

Tada: automated QA for AI-written code for Cursor

dev.taada/tada

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

client:Cursor transport:stdio runtime:npm

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

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

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