Chrome Extension MCP Server implemented in Go - For Model Context Protocol to interact with Chrome extensions
Overview
What is Chrome Extension MCP Server (Go Version)?
This project is a Go implementation of the Model Context Protocol (MCP) server for Chrome Extension API, enabling Claude to interact with Chrome browser extensions.
How to use Chrome Extension MCP Server?
To use the server, install the Chrome extension and run the server either from source or using a binary. Configure the MCP server for Claude by adding the necessary details to the configuration file.
Key features of Chrome Extension MCP Server?
- WebSocket server for Chrome extension communication
- Support for Model Context Protocol (MCP)
- Various Chrome browser operations including tab management, DOM manipulation, CSS injection, and more.
Use cases of Chrome Extension MCP Server?
- Enabling AI to perform browser operations through extensions.
- Managing browser tabs and extensions programmatically.
- Capturing screenshots and manipulating web page content.
FAQ from Chrome Extension MCP Server?
- What is the purpose of this server?
It allows Claude AI to interact with Chrome extensions and perform various browser operations.
- How do I install the Chrome extension?
You can install it using Docker or manually by loading the unpacked extension in Chrome.
- Is this project open source?
Yes, it is available on GitHub under the MIT License.