A chrome extension bridge that allows you to connect to a mcp server to use global window object.
Overview
What is Chrome Extension Bridge MCP?
Chrome Extension Bridge MCP is a tool 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.
How to use Chrome Extension Bridge MCP?
To use this project, clone the repository, install dependencies, and load the extension in Chrome. The extension connects to a local MCP server to facilitate communication.
Key features of Chrome Extension Bridge MCP?
- Establishes a WebSocket connection between web pages and a local server.
- Allows execution of JavaScript functions in the context of web pages.
- Access to browser APIs and DOM elements from the local server.
Use cases of Chrome Extension Bridge MCP?
- Interacting with web page resources dynamically.
- Executing functions like alerts or retrieving user agent information from the browser.
- Integrating with local development tools for enhanced web page control.
FAQ from Chrome Extension Bridge MCP?
- Can I use this extension with any web page?
Yes! As long as the web page allows script execution, you can use this extension.
- Is there a specific setup required for the MCP server?
Yes, you need to set up the MCP server and ensure it matches the port specified in the extension.
- What programming language is this project built with?
The project is built using JavaScript.