Odel
chrome bridge

chrome bridge

Local
@frsorrentino3JavaScriptMITUpdated 5 days ago

Your real, logged-in Chrome as an MCP server: 59 token-efficient web-dev tools. ChromeOS included.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmchrome-bridge-mcpv1.16.1

Run

npx -y chrome-bridge-mcp

MCP client config

{
  "mcpServers": {
    "chrome-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-bridge-mcp"
      ]
    }
  }
}