Skip to content
Grok

solve for Grok

io.github.getrelove/solve

Cloudflare Turnstile CAPTCHA solver for AI agents. $0.002/call, 100 free on signup. P95 2.2s.

client:Grok transport:stdio runtime:npm

Install solve in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "solve": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@useagentstore/solve-mcp"
      ],
      "env": {
        "SOLVE_API_KEY": "<SOLVE_API_KEY>"
      }
    }
  }
}

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

solve in other clients