经 AI Skill Hub 精选评估,mcp-chrome MCP工具 获评「强烈推荐」。在 GitHub 上收获超过 11.6k 颗 Star,这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.5 分,适合有一定技术背景的用户使用。
基于Chrome扩展的模型上下文协议服务器。通过浏览器扩展实现MCP标准,支持AI模型与Chrome交互,适合需要浏览器自动化、网页数据抓取、内容处理的开发者和AI应用构建者。
mcp-chrome MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
基于Chrome扩展的模型上下文协议服务器。通过浏览器扩展实现MCP标准,支持AI模型与Chrome交互,适合需要浏览器自动化、网页数据抓取、内容处理的开发者和AI应用构建者。
mcp-chrome MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/hangwin/mcp-chrome
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"mcp-chrome-mcp--": {
"command": "npx",
"args": ["-y", "mcp-chrome"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 mcp-chrome MCP工具 执行以下任务... Claude: [自动调用 mcp-chrome MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"mcp-chrome_mcp__": {
"command": "npx",
"args": ["-y", "mcp-chrome"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
🌟 Turn your Chrome browser into your intelligent assistant - Let AI take control of your browser, transforming it into a powerful AI-controlled automation tool.
The project is still in its early stages and is under intensive development. More features, stability improvements, and other enhancements will follow.
---
Download link: https://github.com/hangwin/mcp-chrome/releases
npm
npm install -g mcp-chrome-bridge
pnpm
```bash
pnpm install -g mcp-chrome-bridge mcp-chrome-bridge register ```
Note: pnpm v7+ disables postinstall scripts by default for security. The enable-pre-post-scripts setting controls whether pre/post install scripts run. If automatic registration fails, use the manual registration command above.
3. Load Chrome Extension - Open Chrome and go to chrome://extensions/ - Enable "Developer mode" - Click "Load unpacked" and select your/dowloaded/extension/folder - Click the extension icon to open the plugin, then click connect to see the MCP configuration <img width="475" alt="Screenshot 2025-06-09 15 52 06" src="https://github.com/user-attachments/assets/241e57b8-c55f-41a4-9188-0367293dc5bc" />
Add the following configuration to your MCP client configuration (using CherryStudio as an example):
Streamable HTTP connection method is recommended
{
"mcpServers": {
"chrome-mcp-server": {
"type": "streamableHttp",
"url": "http://127.0.0.1:12306/mcp"
}
}
}
If your client only supports stdio connection method, please use the following approach:
```sh
query: Take a screenshot of Hugging Face's homepage https://youtu.be/7ycK6iksWi4
https://github.com/user-attachments/assets/65c6eee2-6366-493d-a3bd-2b27529ff5b3
query: Capture the icon from Hugging Face's homepage https://youtu.be/ev8VivANIrk
https://github.com/user-attachments/assets/d0cf9785-c2fe-4729-a3c5-7f2b8b96fe0c
| Comparison Dimension | Playwright-based MCP Server | Chrome Extension-based MCP Server |
|---|---|---|
| **Resource Usage** | ❌ Requires launching independent browser process, installing Playwright dependencies, downloading browser binaries, etc. | ✅ No need to launch independent browser process, directly utilizes user's already open Chrome browser |
| **User Session Reuse** | ❌ Requires re-login | ✅ Automatically uses existing login state |
| **Browser Environment** | ❌ Clean environment lacks user settings | ✅ Fully preserves user environment |
| **API Access** | ⚠️ Limited to Playwright API | ✅ Full access to Chrome native APIs |
| **Startup Speed** | ❌ Requires launching browser process | ✅ Only needs to activate extension |
| **Response Speed** | 50-200ms inter-process communication | ✅ Faster |
活跃度高的优质开源项目,11.6K Stars体现认可度。MCP+Chrome的组合创新,为AI应用扩展提供强大工具层。TypeScript实现保证代码质量,是AI智能化的重要基础设施。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:mcp-chrome MCP工具 的核心功能完整,质量优秀。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | mcp-chrome |
| 原始描述 | 开源MCP工具:Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) serve。⭐11.6k · TypeScript |
| Topics | Chrome扩展模型上下文协议浏览器自动化AI集成 |
| GitHub | https://github.com/hangwin/mcp-chrome |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端