Skip to content
VS Code

vibatchium for VS Code

io.github.trueoriginlabs/vibatchium

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

client:VS Code transport:stdio runtime:pypi

Install vibatchium in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vibatchium in other clients