OpenClaw
OpenClaw is a self-hosted AI gateway that connects chat apps (WhatsApp, Telegram, Discord, iMessage) to AI coding agents. You can give OpenClaw agents full browser control by connecting them to Vibe through an MCP server, a skill, or both.
This page covers:
- Option A: MCP Server — OpenClaw calls Vibe browser tools through the Model Context Protocol
- Option B: Skill — OpenClaw agents run
vibebrowser-clicommands directly - When to use each option (or combine them)
- How Vibe fits alongside OpenClaw's built-in browser profiles
Prerequisites
Before either option, you need:
- Chrome (or Brave/Chromium) with the Vibe extension installed
- MCP External Control enabled in extension Settings
- Node.js 18+ installed (for the
@vibebrowser/mcppackage) - OpenClaw installed (docs.openclaw.ai)
Option A: MCP Server
This is the recommended integration for cloud-hosted OpenClaw agents. You run vibebrowser-mcp locally on the machine with the browser, and point OpenClaw at its HTTP endpoint.