VLearnVibium

How to Set Up Vibium MCP in Claude Code

Give Claude Code a real browser. Connect Vibium's built-in MCP server to Claude Code so your AI agent can navigate, click, type, and screenshot the web.

By Pramod Dutta··1 min read·Verified with Vibium 26.2
▶ Animated overview · made with Remotion

Vibium ships with a built-in MCP server, so you can give Claude Code a real browser. Once connected, Claude can navigate pages, click, type, and take screenshots as part of its normal tool use — no custom integration code.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI agents call external tools. Because Vibium exposes an MCP server out of the box, Claude Code can drive a browser the same way it reads files or runs commands.

Connect Vibium to Claude Code

Claude Code registers MCP servers with the claude mcp add command. The general shape is:

claude mcp add vibium -- <vibium-mcp-server-command>

⚠️ The exact server command depends on your Vibium version. Check the official Vibium MCP setup guide for the precise command, then drop it into the placeholder above.

After adding it, restart Claude Code and confirm the vibium server is listed.

Use it

Once connected, just ask:

"Open example.com, take a screenshot, and tell me the main heading."

Claude will call the Vibium MCP tools to open the page, capture the screenshot, and read the content back to you.

Why this matters

Browser access turns an AI coding agent into one that can verify its own work — open the app it just built, check the UI, and confirm a flow actually works. That feedback loop is exactly what Vibium was designed for.

Next steps

Frequently asked questions

Does Vibium have an MCP server?

Yes. Vibium ships with a built-in Model Context Protocol (MCP) server, so AI agents like Claude Code can use a real browser as a tool without any extra glue code.

How do I connect Vibium to Claude Code?

Register Vibium's MCP server with Claude Code using 'claude mcp add', then ask Claude to perform a browser task. Check the official Vibium docs for the exact server command for your version.

Vibium is created by Jason Huggins. This is an independent tutorial — see the official Vibium site and GitHub repo for canonical docs.

Related guides