solvegate mcp for Grok
io.github.solvegate/solvegate-mcp
Inspect a page for Cloudflare Turnstile free, and clear Turnstile and WAF challenges.
client:Grok
transport:stdio
runtime:npm
Install solvegate mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs