Skip to content

vibium mcp

Start the MCP (Model Context Protocol) server.

vibium mcp

Runs Vibium as an MCP server over stdio so that any MCP-aware client (Codex, Claude Code, Cline, Cursor, Antigravity, 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.

Register with Claude Code:

Terminal window
claude mcp add vibium -- npx -y vibium mcp

Register with Antigravity/Gemini:

Terminal window
gemini mcp add vibium npx -y vibium mcp