solvegate mcp for Cursor
io.github.solvegate/solvegate-mcp
Inspect a page for Cloudflare Turnstile free, and clear Turnstile and WAF challenges.
client:Cursor
transport:stdio
runtime:npm
Install solvegate mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"solvegate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"solvegate-mcp"
],
"env": {
"SOLVEGATE_API_KEY": "<SOLVEGATE_API_KEY>",
"SOLVEGATE_BASE_URL": "<SOLVEGATE_BASE_URL>",
"SOLVEGATE_SITE_URL": "<SOLVEGATE_SITE_URL>",
"SOLVEGATE_TIMEOUT_MS": "<SOLVEGATE_TIMEOUT_MS>",
"SOLVEGATE_MAX_WAIT_MS": "<SOLVEGATE_MAX_WAIT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs