Skip to content

capmonster mcp captcha solver for Grok

io.github.capmonstercloud/capmonster-mcp-captcha-solver

CapMonster Cloud MCP server — AI captcha solver for reCAPTCHA, Turnstile & DataDome for AI agents.

client:Grok transport:stdio runtime:npm

Install capmonster mcp captcha solver in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "capmonster-mcp-captcha-solver": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "capmonster-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

capmonster mcp captcha solver in other clients