Skip to content
Cline

GateSolve CAPTCHA Solver for Cline

io.github.arsonx-dev/gatesolve-mcp

Solve CAPTCHAs (Turnstile, reCAPTCHA, hCaptcha) via MCP. Free tier: 100 solves.

client:Cline transport:stdio runtime:npm

Install GateSolve CAPTCHA Solver in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "gatesolve-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gatesolve/mcp-server"
      ],
      "env": {
        "GATESOLVE_API_KEY": "<GATESOLVE_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

GateSolve CAPTCHA Solver in other clients