🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

chromium-bridge

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromium-bridge

MCP bridge between Chromium-based browsers and Claude Code: browser automation without the tab groups API

latest
Source
npmnpm
Version
0.5.3
Version published
Weekly downloads
65
-86.6%
Maintainers
1
Weekly downloads
 
Created
Source

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) via chrome://extensions → "Load unpacked".

  • Register the server: claude mcp add -s user chromium-bridge -- npx chromium-bridge

    For 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_status returns {"connected": true}.

MIT © Dashi Dantsaranov

Keywords

mcp

FAQs

Package last updated on 19 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts