Svipall MCP Server

A different face at every gate. Web reading for your AI agent, running on your own machine. It runs locally over stdio via the published package.

People who work with anti bot, browser fingerprinting and captcha solver for bots and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 3 · #79 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

AGPL-3.0 · Rust servers · how we verify → /methodology

01 · Install Svipall

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add ilien-dev-svipall -- npx -y svipall

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ilien-dev-svipall": {
      "command": "npx",
      "args": [
        "-y",
        "svipall"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

repo age created 2026-09-03 - young repo, little track record yet

license AGPL-3.0 - declared in the repository

npm package svipall - unscoped; check the name against the project README before installing

registry vendor namespace dev.ilien.svipall - domain-verified with the official MCP registry

03 · What Svipall can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.6 · 2026-09-17

v1.0.6 · Take the AI writing habits out of the README · v1.0.6 · Take the AI writing habits out of the README

v1.0.5 · 2026-09-14

Release v1.0.5: explicit, shared-installation updates

v1.0.4 · 2026-09-14

1.0.3 - measure what the model reads, then fix what it says · Tell Glama who maintains this server · 1.0.4

04 · Who maintains Svipall

Svipall is maintained by ilien-dev. It's the only MCP server we track from this author; the repo dates to Sep 2026.

05 · Facts

category
browser automation - ranked #79 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
7 releases in the last 90 days (latest 2026-09-17)
registry
dev.ilien.svipall/mcp (active, first published 2026-09-10 · 7 versions)
packages
npm:svipall · oci:ghcr.io/ilien-dev/svipall:1.0.6 · cargo:svipall

06 · Svipall FAQ

What is Svipall?

A different face at every gate. Web reading for your AI agent, running on your own machine. It runs locally over stdio via the published package.

Is Svipall still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 7 releases in the last 90 days. We re-verify nightly.

How do I install Svipall?

Run `npx -y svipall`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Svipall run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Svipall

More browser automation MCP servers · Argus · Pixelpact · Brightspace · Linked In · Web Embedding

More Rust MCP servers · IWE · Codebase Synapse · Ferritin - Rust documentation · Apprise RMCP (jmagar) · Arcane RMCP (jmagar) · see all