solvegate mcp for Claude Desktop
io.github.solvegate/solvegate-mcp
Inspect a page for Cloudflare Turnstile free, and clear Turnstile and WAF challenges.
client:Claude Desktop
transport:stdio
runtime:npm
Install solvegate mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"solvegate-mcp": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs