vibium mcp
Start the MCP (Model Context Protocol) server.
Synopsis
Section titled “Synopsis”vibium mcpDescription
Section titled “Description”Runs Vibium as an MCP server over stdio so that any MCP-aware client (Codex, Claude Code, Cline, Cursor, Gemini CLI, etc.) can drive the browser as a tool. The server exposes the same operations as the CLI: navigation, mapping, finding, clicking, filling, capture, and so on.
You normally do not invoke vibium mcp directly. Instead, register it with
your client and let the client manage its lifecycle. See
MCP Server Integration for the registration
recipes.
Examples
Section titled “Examples”Register with Claude Code:
claude mcp add vibium -- npx -y vibium mcpRegister with Gemini CLI:
gemini mcp add vibium npx -y vibium mcp