HomeBrowser Automation & Scraping › Svipall

Svipall

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

Rust Local macOSWindowsLinux
★ 5 stars Last pushed 2026-09-24 License: AGPL-3.0

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.6)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "svipall": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Package (oci)

docker run -i --rm ghcr.io/ilien-dev/svipall:1.0.6

Or add to your MCP client config:

{
  "mcpServers": {
    "svipall": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ilien-dev/svipall:1.0.6"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Package (cargo 1.0.6)

Package: cargo svipall

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry