Skip to content
Cursor

vibatchium for Cursor

io.github.trueoriginlabs/vibatchium

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

client:Cursor transport:stdio runtime:pypi

Install vibatchium in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "vibatchium": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vibatchium"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vibatchium in other clients