mcpbeat Sign in

vibatchium MCP Server

by trueoriginlabs Your server? Claim it
local only

vibatchium runs on your own machine — the client starts it, so there is no endpoint to ping. 408 installs a week from pypi. Last commit 26 Aug 2026.

Patchright stealth + Vibium-style LLM-friendly CLI for agentic browser automation.

Installs per day peak 723 · avg 109 · -70% w/w
a month agotoday
408
Installs / week
pypi · vibatchium
6
Stars
1 open issues
26 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAILUlEQVR42r2Xe3BU9RXHP7/fvfu6GySY1yRakLe8wVJEVKJICVat6HSXUYvgoFhFKm2x43Sq27S1daZapbbDUKeKqFV3qx0VkIAB5BXBgiCRhEAiMOGVSN7JPu69v1//2CSkBAXaqeef3dn9nd/53u85557vgf/BNAgNgm/adCQiN0YKzXRswcZIoakjEfn/DaoRkUihqbUWP…
            __import__(modname)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vibatchium -- uvx vibatchium
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vibatchium": {
      "args": [
        "vibatchium"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vibatchium]
command = "uvx"
args = ["vibatchium"]
.cursor/mcp.json
{
  "mcpServers": {
    "vibatchium": {
      "args": [
        "vibatchium"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vibatchium": {
      "args": [
        "vibatchium"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to vibatchium

same job, measured the same way
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only
CloakBrowser MCP
by swimmwatch

Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.

266 installs/wk local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Zendriver MCP
by bituq

Undetectable browser automation for LLM agents, spoken over MCP.

86 installs/wk local only
Camoufox MCP
by baixianger

Anti-detection browser automation with Camoufox - stealth Firefox for web scraping

38 installs/wk local only
C
Reflex
by reflexmcp

Browser automation for AI agents: compressed page snapshots, batched actions, fewer tokens.

129 installs/wk local only
DrissionPage MCP
by jumodada

Local browser automation for MCP clients powered by DrissionPage.

810 installs/wk local only
Neo Vision
by matthewalexong

Spatial DOM maps for AI agent browser navigation with anti-bot stealth.

28 installs/wk local only

vibatchium — questions

Answers built from our own checks of this server.

Why is there no uptime for vibatchium?
vibatchium runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package vibatchium was installed 408 times last week.
How do I connect vibatchium?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vibatchium straight from pypi; nothing to host, nothing to sign up for.
How many people use vibatchium?
The pypi package vibatchium was installed 408 times in the last week. Week over week that is -70%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is vibatchium open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 6 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.