10 months ago
a chrome extension for use your own chrome as a mcp server
概览
what is chrome-mcp-server?
chrome-mcp-server is a Chrome extension that allows you to use your own Chrome browser as a MCP (Multi-Channel Protocol) server.
how to use chrome-mcp-server?
To use chrome-mcp-server, install the extension from the Chrome Web Store, and follow the setup instructions provided in the documentation.
key features of chrome-mcp-server?
- Turns your Chrome browser into a MCP server.
- Supports development with Vue 3.
- Easy integration with existing web applications.
use cases of chrome-mcp-server?
- Developing and testing web applications using Vue 3.
- Creating a local server environment for multi-channel communication.
- Facilitating real-time data exchange between web applications.
FAQ from chrome-mcp-server?
- Is chrome-mcp-server free to use?
Yes! chrome-mcp-server is free to use for everyone.
- What is the main purpose of this extension?
The main purpose is to enable developers to use their Chrome browser as a local MCP server for testing and development purposes.
- Does it support other frameworks besides Vue 3?
While it is optimized for Vue 3, it can be used with other frameworks as well.
服务器配置
{
"mcpServers": {
"chrome-mcp-server": {
"transport": "streamable_http",
"url": "http://172.19.176.1:12306/mcp"
}
}
}