chrome-extension-bridge-mcp

chrome-extension-bridge-mcp

3.6

If you are the rightful owner of chrome-extension-bridge-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

Chrome Extension Bridge MCP is a Chrome extension that establishes a WebSocket connection between web pages and a local MCP server, allowing interaction with web page resources and execution of functions from the MCP server.

The Chrome Extension Bridge MCP consists of a Chrome extension and a local MCP server. The extension injects a client script into web pages to establish a WebSocket connection with the local server. This setup allows users to access browser APIs, DOM elements, and execute JavaScript functions in the context of web pages. It also enables retrieval of resources and information from web pages, such as accessing the global object like 'window.editor' on specific websites. The project is inspired by the playcanvas/editor-mcp-server and provides a seamless way to control web page elements from a local server.

Features

  • WebSocket Connection: Establishes a WebSocket connection between web pages and a local MCP server.
  • Browser API Access: Allows access to browser APIs and DOM elements from the local server.
  • JavaScript Execution: Enables execution of JavaScript functions in the context of web pages.
  • Resource Retrieval: Facilitates retrieval of resources and information from web pages.
  • Global Object Access: Provides access to global objects like 'window.editor' on specific websites.

Tools