Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 858 Bytes

File metadata and controls

41 lines (28 loc) · 858 Bytes
title vibium mcp

Start the MCP (Model Context Protocol) server.

Synopsis

vibium mcp

Description

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.

Examples

Register with Claude Code:

claude mcp add vibium -- npx -y vibium mcp

Register with Antigravity/Gemini:

gemini mcp add vibium npx -y vibium mcp

See also