Chrome Extension Bridge MCP MCP Server

A chrome extension bridge that allows you to connect to a mcp server to use global window object.

Local serverstdioTypeScript

What is the Chrome Extension Bridge MCP MCP server?

If you already use Chrome Extension Bridge MCP, the chrome extension bridge mcp mcp server is the piece that lets your assistant work with it directly. A chrome extension bridge that allows you to connect to a mcp server to use global window object.

What the server does

A Chrome extension that establishes a WebSocket connection between web pages and a local MCP server. This allows you to interact with web page resources and execute functions from your mcp server.

  1. Chrome Extension: Injects a client script into web pages that establishes a WebSocket connection to your local server. 2. Local MCP Server: A WebSocket server that can send commands to the extension and receive responses.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Chrome Extension Bridge MCP's toolset — Setup, Client — is a fair guide to whether it matches your workflow. It is maintained by Oanakiaja; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Setup1. Clone the repository: bash git clone https://github.com/yourusername/chrome-extension-socket-mcp.git cd chrome-extension-socket-mcp
ClientThe Client tool exposed by this server.

Example prompts to try

  • Use Chrome Extension Bridge MCP to Setup.
  • Use Chrome Extension Bridge MCP to Client.

Frequently asked questions

It enables an MCP server to directly interact with live web pages by injecting a client script that communicates over WebSocket with the server.