GateSolve CAPTCHA Solver for Cursor
io.github.arsonx-dev/gatesolve-mcp
Solve CAPTCHAs (Turnstile, reCAPTCHA, hCaptcha) via MCP. Free tier: 100 solves.
client:Cursor
transport:stdio
runtime:npm
Install GateSolve CAPTCHA Solver in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gatesolve-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gatesolve/mcp-server"
],
"env": {
"GATESOLVE_API_KEY": "<GATESOLVE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs