Skip to content
Zed

Svipall for Zed

dev.ilien.svipall/mcp

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

client:Zed transport:stdio runtime:npm

Install Svipall in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "svipall"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Svipall in other clients