chromium-bridge
v0.5.3
Published
MCP bridge between Chromium-based browsers and Claude Code: browser automation without the tab groups API
Maintainers
Readme
Chromium Bridge
MCP bridge between your Chromium-based browser and Claude Code: browser
automation tools (browser_*) plus a Claude chat panel in the browser — for
Chromium browsers where the official "Claude in Chrome" extension doesn't work
(Arc, Vivaldi, and others).
This package is the MCP server half. It requires the companion browser extension from the repository:
Full setup, docs, and the extension: https://github.com/dashi96/chromium-bridge
Quick start:
Load the extension (
extension/folder from the repo) viachrome://extensions→ "Load unpacked".Register the server:
claude mcp add -s user chromium-bridge -- npx chromium-bridgeFor other MCP clients, add this to your config:
{ "mcpServers": { "chromium-bridge": { "command": "npx", "args": ["chromium-bridge"] } } }Restart your Claude Code session and check that
browser_statusreturns{"connected": true}.
MIT © Dashi Dantsaranov
