chrome-pilot-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@chrome-pilot-mcpNavigate to google.com and search for 'MCP protocol'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
chrome-pilot-mcp
通过 CDP(Chrome DevTools Protocol)连接已运行的 Chrome,并以 MCP 服务的形式暴露浏览器控制能力。
项目基于 patchright-core,适合需要保留登录态、Cookie、浏览器扩展和现有标签页的自动化场景。
核心特点
连接已有 Chrome 实例,无需重新启动浏览器。
保留登录态、用户数据和当前标签页上下文。
基于 patchright-core,尽量降低常见 CDP 自动化指纹。
提供连接、标签页、导航、交互、检视、表单等 18 个 MCP 工具。
Related MCP server: Tabrix
安装
Claude Code(推荐)
# 全局安装
claude mcp add --scope user chrome-pilot -- npx -y chrome-pilot-mcp
# 项目级安装
claude mcp add --scope project chrome-pilot -- npx -y chrome-pilot-mcp--scope user 写入 ~/.claude/settings.json,--scope project 写入 .claude/settings.local.json。
通过 npx 直接运行
npx -y chrome-pilot-mcp手动配置
{
"mcpServers": {
"chrome-pilot": {
"command": "npx",
"args": ["-y", "chrome-pilot-mcp"]
}
}
}从源码运行
git clone <repo-url>
cd chrome-pilot-mcp
npm install
npm run build
npm start前置条件
Node.js / npx
npx 用于 Claude Code 启动 MCP 子进程。请先确认 Node.js 与 npx 可用(Node >= 18):
node -v
npx -v如果缺失可按平台安装 Node.js(安装后会包含 npx):
# macOS
brew install node
# Ubuntu / Debian
sudo apt-get update && sudo apt-get install -y nodejs npm
# Windows (PowerShell)
winget install OpenJS.NodeJS.LTSChrome 版本
需要 Chrome >= 144,以支持通过 chrome://inspect/#remote-debugging 启用远程调试。
启用远程调试
在 Chrome 地址栏打开 chrome://inspect/#remote-debugging 并启用远程调试。Chrome 重启后通常需要重新启用。
DevToolsActivePort 路径
平台 | 路径 |
macOS |
|
Linux |
|
Windows |
|
工具概览
类别 | 工具 | 用途 |
连接 |
| 管理 Chrome 连接状态 |
标签页 |
| 查看并切换标签页 |
导航 |
| 执行页面导航 |
交互 |
| 与页面元素交互 |
检视 |
| 截图并检查页面状态 |
表单 |
| 批量填写表单 |
详细文档
中文使用手册:docs/usage.md
English usage guide: docs/usage.en.md
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HelloiOS2014/chrome-pilot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server