Skip to content
Grok

Svipall for Grok

dev.ilien.svipall/mcp

Read any page past its anti-bot wall, crawl sites, search without an API key, solve captchas locally

client:Grok transport:stdio runtime:npm

Install Svipall in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "svipall"
      ]
    }
  }
}

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

Svipall in other clients