Skip to content
Grok

Argus Testing — Autonomous QA MCP for Grok

io.github.chriswu727/argus

Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.

client:Grok transport:stdio runtime:pypi

Install Argus Testing — Autonomous QA MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "argus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "argus-testing"
      ]
    }
  }
}

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

Argus Testing — Autonomous QA MCP in other clients