Chrome Extension Bridge MCP
@Oanakiaja
About Chrome Extension Bridge MCP
A chrome extension bridge that allows you to connect to a mcp server to use global window object.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Chrome Extension Bridge MCP?
A Chrome extension that creates a WebSocket connection between web pages and a local MCP server, enabling interaction with browser resources and execution of JavaScript functions from the server.
How to use Chrome Extension Bridge MCP?
Install dependencies with npm install, build with npm run debug, load the unpacked extension from the extension folder in Chrome’s developer mode. The extension automatically connects to ws://localhost:54319. On the server side, use the Client class to call tools and resources via the extension.
Key features of Chrome Extension Bridge MCP
- WebSocket bridge between pages and a local MCP server
- Access browser APIs, DOM, and global objects
- Execute JavaScript functions in the context of any web page
- Retrieve resources like user agent from the browser
- Simple JSON‑RPC‑like protocol for requests and responses
- Supports custom tools and resources defined on the server
Use cases of Chrome Extension Bridge MCP
- Control a web‑based editor (e.g., Three.js Editor) via
window.editor - Automate browser testing by calling native APIs from an MCP server
- Extract page content or metadata using resource endpoints
- Integrate web‑page interactions into AI‑powered workflows
FAQ from Chrome Extension Bridge MCP
What does this extension do differently from a standard MCP server?
It enables an MCP server to directly interact with live web pages by injecting a client script that communicates over WebSocket with the server.
What are the runtime requirements?
Node.js, the MCP SDK, and a Chrome browser (with developer mode enabled for the extension).
How do I change the WebSocket port?
Modify the port in extension/content.js and ensure it matches the port used by the Client instance on the server side.
Can I access any JavaScript object on a page?
Yes, the extension can execute arbitrary JavaScript in the context of the page, so any object accessible via window or the global scope can be reached.
Is authentication or encryption supported?
No authentication or encryption is mentioned. Connections are plain WebSocket to localhost and are intended for local development use only.
More Developer Tools MCP servers
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents

Sentry
modelcontextprotocolModel Context Protocol Servers
Comments