Price Per TokenPrice Per Token

Chrome MCP Server

by hangwin

GitHub 10,600
0

About

Chrome MCP Server is a browser automation system that turns your Chrome browser into an AI-controlled tool accessible to LLM assistants. Unlike traditional automation frameworks that require separate browser instances, this Chrome extension-based solution works directly with your existing browser—preserving your login states, preferences, and browsing habits. Key features of Chrome MCP Server: - Native Chrome extension that integrates directly with your daily browser environment - 20+ automation tools including screenshots, network monitoring, bookmark management, and browsing history access - Built-in vector database with semantic search capabilities for finding content across open tabs - AI-powered text extraction with similarity matching and WebAssembly SIMD acceleration (4-8x performance boost) - Streamable HTTP support and cross-tab context awareness - Fully local processing ensuring privacy and data security - Compatible with any MCP-compliant LLM client including Claude, Codex, and other chatbots

README

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 | 中文

> 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

    1. Download the latest Chrome extension from GitHub

    Download link: https://github.com/hangwin/mcp-chrome/releases

    2. Install mcp-chrome-bridge globally

    npm

    ```bash npm install -g mcp-chrome

    Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Linkup

    Linkup

    LinkupPlatform

    Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages

    Web & Search
    2 24
    Math-MCP

    Math-MCP

    EthanHenrickson

    Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support

    Developer Tools
    22 81