Claude Chrome MCP
@durapensa
关于 Claude Chrome MCP
Developer tool suite enabling Claude Desktop, Claude Code, and other MCP hosts like Cursor, to interact with claude.ai in Chrome browsers.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Claude Chrome MCP?
Claude Chrome MCP is a browser automation tool that lets MCP clients (Claude Desktop, Claude Code, Cursor) interact with claude.ai through a Chrome extension and an MCP server.
How to use Claude Chrome MCP?
Install the Chrome extension from the project’s extension/ directory (load unpacked), then install dependencies with npm install in the mcp-server/ directory. Configure Claude Desktop by adding an MCP server entry with command "node" and args pointing to the absolute path of mcp-server/src/server.js. After restarting Claude Desktop, use natural language commands like “Open a new tab” or “List all open Claude tabs.”
Key features of Claude Chrome MCP
- Async message sending with completion detection
- Claude-to-Claude response forwarding
- Conversation management via Claude.ai API
- Network inspection and debugging tools
- WebSocket-only architecture with persistent connections
- Health monitoring endpoint for relay status
Use cases of Claude Chrome MCP
- Automate browser-based interactions with Claude.ai from an MCP client
- Open new tabs and send messages programmatically
- List all open Claude tabs and search past conversations
- Forward responses between multiple Claude instances
- Inspect network traffic for debugging purposes
FAQ from Claude Chrome MCP
What are the prerequisites?
You need Google Chrome, Node.js v16 or higher, and npm installed.
How do I configure Claude Desktop?
In Claude Desktop settings, go to Developer > Edit Config and add a JSON object with "command": "node" and "args" pointing to the absolute path of mcp-server/src/server.js.
How can I test the connection?
After restarting Claude Desktop, try commands like “Check Chrome status” or “Open a new tab” to verify the server is running.
Is there an optional CLI tool?
Yes, you can install it by running npm install && npm run build && npm link in the project root.
What transport does the server use?
It uses a WebSocket relay on port 54321 for persistent connections between the Chrome extension, MCP server, and MCP clients.
AI 与智能体 分类下的更多 MCP 服务器
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
评论