PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversbrowser-automationmcp-chrome-bk
返回「browser-automation」

mcp-chrome-bk

modelscope·@marie6789040106650/mcp-chrome-bk

browser-automation0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Chrome MCP Server

License: MIT TypeScript Chrome Extension

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.

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 DimensionPlaywright-based MCP ServerChrome Extension-based MCP Server
Resource UsageRequires 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 ReuseRequires re-loginAutomatically uses existing login state
Browser EnvironmentClean environment lacks user settingsFully preserves user environment
API AccessLimited to Playwright APIFull access to Chrome native APIs
Startup SpeedRequires launching browser processOnly needs to activate extension
Response Speed50-200ms inter-process communicationFaster

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

  1. Install mcp-chrome-bridge globally

npm

npm install -g mcp-chrome-bridge

pnpm

# Method 1: Enable scripts globally (recommended)
pnpm config set enable-pre-post-scripts true
pnpm install -g mcp-chrome-bridge

# Method 2: Manual registration (if postinstall doesn't run)
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.

  1. 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" />

Usage with MCP Protocol Clients

Using Streamable HTTP Connection ( Recommended)

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"
    }
  }
}

Using STDIO Connection (Alternative)

If your client only supports stdio connection method, pl…

相关 MCP Servers(来自「browser-automation」)

快递100 MCP Server

快递100 MCP Server提供快递信息查询、快递运费预估比价、快递时效查询(含发货前时效查询与在途动态时效查询)等功能。

kuaidi100/kuaidi100-mcp

网页截图

暂无描述。

bingal/webshot-mcp

网页开发MCP

一个提供网页开发工具的MCP服务器,例如屏幕捕捉功能,可以让AI代理获取并处理用户屏幕的截图。

@ZukAi-MCP/webdev-mcp

网页内容提取器

一个从网站提取有意义内容并将HTML转换为高质量Markdown的MCP服务器,使用Mozilla的Readability引擎。

@tolik-unicornrider/mcp_scraper

微软Playwright

一种模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页交互,而无需使用视觉模型或截图。

@microsoft/playwright-mcp

消息通知(MCP&Agent挑战赛)

桌面通知、个性化声音、ntfy 手机应用通知、邮件通知和 API 推送,减少 AI 任务等待焦虑,舒适地享用一杯咖啡。​

gimjin/message_mcp-MCP_Agent_Challenge

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/marie6789040106650-mcp-chrome-bk/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

npm install -g mcp-chrome-bridge

基本信息

分类
browser-automation / web-scraping / app-automation
运行方式
No
许可证
MIT License
详情文件
marie6789040106650-mcp-chrome-bk.md