ChromeCP
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., "@ChromeCPgo to google.com and search for 'MCP'"
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.
ChromeCP
A standalone Chrome MCP (Model Context Protocol) server with multi-session support and automatic setup guide.
Fork of mcp-chrome by @hangye Enhanced with: automatic native host setup wizard, multi-session fix, and streamlined
npm install -gworkflow.
Features
One-Command Install:
npm install -g chromecp— includes auto-setup guide for native messaging hostMulti-Session Support: Multiple MCP clients can connect simultaneously without conflicts
Chrome Extension: Full-featured browser extension for page interaction and automation
Native Server: MCP server with both Streamable HTTP and SSE transport support
Session Management: Database-backed session persistence with SQLite
Related MCP server: CDP MCP
Installation
Global Installation (Recommended)
npm install -g chromecpThen run:
chromecpFrom Source
git clone https://github.com/dddabtc/chromecp.git
cd chromecp
npm installUsage
Starting the MCP Server
# Using global installation
chromecp
# Alternative command names (backward compatible)
chrome-mcp-server
mcp-chrome-bridge
chrome-mcp-bridge
# For stdio mode (Claude Desktop, etc.)
mcp-chrome-stdioChrome Extension Setup
Install the extension in Chrome:
Open
chrome://extensions/Enable "Developer mode"
Click "Load unpacked"
Select the
chrome-extension/.output/chrome-mv3directory
Automatic Native Host Setup:
On first load, a setup guide page opens automatically
Download the install script for your platform (Windows
.bat/ macOS+Linux.sh)Run it — handles native host registration in one step
Reload the extension and it connects automatically
Configuration
CHROME_MCP_PORT=8080
CHROME_CDP_PORT=9222
LOG_LEVEL=infoMulti-Session Support
Includes Howard's multi-session fix (PR #295) — multiple MCP clients can connect to the same server simultaneously.
Architecture
Chrome Extension (Browser)
↕
Native Messaging Host
↕
MCP Server (chromecp)
↕
MCP Clients (Claude, etc.)Acknowledgments
Based on the excellent work by @hangye — mcp-chrome.
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.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that provides tools for interacting with Chrome through its DevTools Protocol, enabling remote control of Chrome tabs to execute JavaScript, capture screenshots, monitor network traffic, and more.Last updated4753MIT
- AlicenseBqualityBmaintenanceAn MCP server that provides AI models with full browser automation capabilities through Chrome. It enables navigation, interaction, screenshots, and complete DevTools access by bridging AI clients with a companion Chrome extension.Last updated99322Apache 2.0
- Alicense-qualityDmaintenanceMCP server that connects to your browser to capture screenshots, inspect console logs, network requests, and more via Chrome DevTools Protocol.Last updated42MIT
Related MCP Connectors
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
A paid remote MCP for AI agent browser MCP session, built to return verdicts, receipts, usage logs,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/dddabtc/chromecp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server