Chrome
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.
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.
{
"mcpServers": {
"chrome-mcp-server": {
"type": "streamableHttp",
"url": "http://127.0.0.1:12306/mcp"
}
}
}
# Chrome MCP Server 🚀 [](https://img.shields.io/github/stars/hangwin/mcp-chrome) [](https://opensource.org/licenses/MIT) [](https://www.typescriptlang.org/) [](https://developer.chrome.com/docs/extensions/) [](https://img.shields.io/github/v/release/hangwin/mcp-chrome.svg) > 🌟 **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](README.md) | [中文](README_zh.md) > 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](docs/VisualEditor.md) ## ✨ 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...
连接 GitHub 仓库、Issues、Pull Requests 和代码搜索的 MCP 服务,适合代码协作和项目问答。
使用 Playwright 驱动真实浏览器,适合自动化测试、页面检查和交互式网页操作。
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
让 AI 客户端读取、搜索和管理本地文件系统,适合文档整理、代码库分析和资料检索。
Unity MCP acts as a bridge, allowing AI assistants (like Claude, Cursor) to interact directly with your Unity Editor via...
连接 PostgreSQL 数据库,支持结构探索和受控查询,适合数据分析与后台排查。