mcp-chrome
社区使用中by hangwin
Chrome MCP Server 是一个基于 Chrome 扩展的 Model Context Protocol (MCP) 服务器,将浏览器功能暴露给 Claude 等 AI 助手,支持复杂的浏览器自动化、内容分析和语义搜索。它直接复用用户日常使用的 Chrome 浏览器及其登录状态和配置,无需启动独立浏览器进程,完全本地运行以保护隐私。项目内置向量数据库和 SIMD 加速
安装配置
将以下配置添加到你的 AI 编程助手中
预览配置(粘贴到 claude_desktop_config.json 或 Cursor 设置中)
{
"mcpServers": {
"mcp-chrome": {}
}
}启动命令
npm install -g mcp-chrome-bridgeJSON配置
{}描述
Chrome MCP Server 🚀
🌟 Turn your Chrome browser into your intelligent assistant - Let AI take control of your browser, transforming it into a powerful AI-controlled automation tool.
📖 Documentation: English | 中文
The project is still in its early stages and is under intensive development. More features, stability improvements, and other enhancements will follow.
🎯 What is Chrome MCP Server?
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, content analysis, and semantic search. Unlike traditional browser automation tools (like Playwright), Chrome MCP Server directly uses your daily Chrome browser, leveraging existing user habits, configurations, and login states, allowing various large models or chatbots to take control of your browser and truly become your everyday assistant.
✨ New Features(2025/12/30)
- A New Visual Editor for Claude Code & Codex, for more detail here: VisualEditor
✨ Core Features
- 😁 Chatbot/Model Agnostic: Let any LLM or chatbot client or agent you prefer automate your browser
- ⭐️ Use Your Original Browser: Seamlessly integrate with your existing browser environment (your configurations, login states, etc.)
- 💻 Fully Local: Pure local MCP server ensuring user privacy
- 🚄 Streamable HTTP: Streamable HTTP connection method
- 🏎 Cross-Tab: Cross-tab context
- 🧠 Semantic Search: Built-in vector database for intelligent browser tab content discovery
- 🔍 Smart Content Analysis: AI-powered text extraction and similarity matching
- 🌐 20+ Tools: Support for screenshots, network monitoring, interactive operations, bookmark management, browsing history, and 20+ other tools
- 🚀 SIMD-Accelerated AI: Custom WebAssembly SIMD optimization for 4-8x faster vector operations
🆚 Comparison with Similar Projects
| 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 |
🚀 Quick Start
Prerequisites
- Node.js >= 20.0.0 and pnpm/npm
- Chrome/Chromium browser
Installation Steps
- Download the latest Chrome extension from GitHub
Download link: https://github.com/hangwin/mcp-chrome/releases
- Install mcp-chrome-bridge globally
npm
npm instal…
统计信息
12k
星标
1.1k
Fork
TypeScript
语言
2026/1/6
更新
MIT
开源协议
标签
链接
相关服务器
playwright-mcp
playwright-mcp 是微软官方提供的 Model Context Protocol (MCP) server,基于 Playwright 为 LLM 提供浏览器自动化能力。它通过结构化 accessibility snapshots 与网页交互,无需截图或视觉模型,具有轻量、快速和确定性强的特点,适用于探索性自动化、自愈测试及长时自主工作流等场景。
mcp-server-browserbase
mcp-server-browserbase 是一个基于 Model Context Protocol (MCP) 的参考实现,通过 Browserbase 和 Stagehand 为 LLM 提供云浏览器自动化能力,支持网页导航、页面操作、元素观察和数据提取等 6 个工具。该项目已归档不再维护,但可作为自托管 MCP 服务器的参考,官方推荐使用 Browserbase 托管的
activepieces
Activepieces 是一个开源的全能 AI 自动化平台,可作为 Zapier 的替代品,提供直观的无代码工作流构建体验。它内置 400 多个 MCP servers,支持将 TypeScript 编写的 pieces 自动暴露为 MCP 工具,供 Claude Desktop、Cursor 或 Windsurf 等 LLM 客户端调用。平台具备 AI-First 特性、企
apify-mcp-server
Apify MCP Server 是 Apify 提供的 Model Context Protocol 服务器,允许 AI 代理通过 MCP 协议调用 Apify Store 上数千个现成的爬虫、抓取器和自动化工具,从社交媒体、搜索引擎、地图、电商等网站提取数据。它支持 OAuth 认证,可无缝集成 Claude.ai、VS Code 等 MCP 客户端,并提供托管服务和 ag