mcp-chrome-vibemaker-bridge
v1.0.37
Published
Chrome Native-Messaging host (Node) — vibemaker fork with Force Reconnect + Playwright CDP fallback
Readme
mcp-chrome-vibemaker-bridge
Node.js Native Messaging host that connects Claude Code (or any MCP client) to your live Chrome browser via the mcp-chrome-vibemaker extension.
This is the vibemaker fork of mcp-chrome-bridge, adding Force Reconnect, a Playwright CDP fallback launcher, dynamic-port negotiation, and self-healing diagnostics.
Install
npm install -g mcp-chrome-vibemaker-bridgeThe postinstall step will:
- Register the Chrome Native Messaging host (user-level, no sudo).
- Download the matching Chrome extension to
~/Downloads/mcp-chrome-vibemaker-extension-v<version>/. - Print the next-step instructions for loading the extension and wiring
chrome-mcp-stdiointo your.mcp.json.
Wire into Claude Code
Paste this into Claude Code once after install:
Register
chrome-mcp-stdioin.mcp.jsonwithcommand: "node",args: ["<npm root -g>/mcp-chrome-vibemaker-bridge/dist/mcp/mcp-server-stdio.js"],env: { "CHROME_PORT": "12316" }. Runnpm root -gfirst to resolve the path. Preserve any existing servers.
Then run /mcp in Claude Code to confirm chrome-mcp-stdio is connected.
Load the Chrome extension
- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked and select
~/Downloads/mcp-chrome-vibemaker-extension-v<version>/
The extension ID is fixed at epadcnnkkmnhalmhlemjlompmggbfjfa via a pinned manifest.key, so every install gets the same ID.
Diagnostics
mcp-chrome-vibemaker-bridge doctor # health check
mcp-chrome-vibemaker-bridge doctor --fix # attempt auto-repair
mcp-chrome-vibemaker-bridge report --copy # copy a diagnostic report to clipboardSupported platforms
| OS | Chrome | Chromium | | ------- | ------ | -------- | | macOS | ✓ | ✓ | | Linux | ✓ | ✓ | | Windows | ✓ | ✓ |
Links
- Source & issues: https://github.com/bambwc20/mcp-chrome-vibemaker
- Releases: https://github.com/bambwc20/mcp-chrome-vibemaker/releases
- Upstream: https://github.com/hangwin/mcp-chrome
License
MIT
