Vivatlas MCP Server

You collect tools. Skills for Claude, agents, MCP servers, a scraper you starred at midnight, a design kit somebody linked on Reddit. They end up scattered across GitHub stars, a self-hosted Gitea, browser bookmarks and a notes app - and three months later you remember there was a thing for that and can't find it.

People who work with catalog, chrome extension and code search and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

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

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Vivatlas

Docker

docker run -i --rm ghcr.io/bobpanil/vivatlas:1.0.1

Claude Desktop - add to config

{
  "mcpServers": {
    "bobpanil-vivatlas": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/bobpanil/vivatlas:1.0.1"
      ]
    }
  }
}
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 container (OCI image) - can be sandboxed away from your filesystem

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.bobpanil is GitHub-verified and matches the repo owner

03 · What Vivatlas can do

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

Latest releases

android-v1.5 · 2026-09-07

android-v1.4 · 2026-09-07

04 · Who maintains Vivatlas

VIVATLAS is maintained by bobpanil. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
browser automation - ranked #232 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-09-07)
registry
io.github.bobpanil/vivatlas (active, first published 2026-09-07)
packages
oci:ghcr.io/bobpanil/vivatlas:1.0.1

06 · Vivatlas FAQ

What is Vivatlas?

You collect tools. Skills for Claude, agents, MCP servers, a scraper you starred at midnight, a design kit somebody linked on Reddit. They end up scattered across GitHub stars, a self-hosted Gitea, browser bookmarks and a notes app - and three months later you remember there was a thing for that and can't find it.

Is Vivatlas still maintained?

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

How do I install Vivatlas?

Run `docker run -i --rm ghcr.io/bobpanil/vivatlas:1.0.1`. You can also paste the ready-made client config above.

07 · Alternatives to Vivatlas