Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

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, 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.

Register with Claude Code:

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

Register with Gemini CLI:

Terminal window
gemini mcp add vibium npx -y vibium mcp