Назад к каталогу
mcp-chrome

mcp-chrome

Сообщество

от hangwin

0.0
0 отзывов

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.

Установка

npm install -g mcp-chrome-bridge

Описание

# Chrome MCP Server 🚀 [![Stars](https://img.shields.io/github/stars/hangwin/mcp-chrome)](https://img.shields.io/github/stars/hangwin/mcp-chrome) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/TypeScript-5.8+-blue.svg)](https://www.typescriptlang.org/) [![Chrome Extension](https://img.shields.io/badge/Chrome-Extension-green.svg)](https://developer.chrome.com/docs/extensions/) [![Release](https://img.shields.io/github/v/release/hangwin/mcp-chrome.svg)](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. ## ✨ 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 >= 18.19.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-bridge ``` pnpm ```bash # Method 1: Enable scripts globally (recommended) pnpm config set enable-pre-post-scripts true pnpm

Отзывы (0)

Пока нет отзывов. Будьте первым!