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
{
"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