cdp-mcp-gateway
Connects to an active Google Chrome browser via the Chrome DevTools Protocol (CDP), enabling AI agents to control the browser by reading pages, clicking elements, filling inputs, and navigating to URLs without requiring re-authentication.
Click on "Deploy 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., "@cdp-mcp-gatewaygo to github.com and click the 'Sign in' button"
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.
CDP-to-MCP Gateway
Local Python daemon connecting your active Google Chrome browser (via Chrome DevTools Protocol) to a Model Context Protocol (MCP) server so local AI agents can control your browser seamlessly.
Quickstart
Launch Chrome with Remote Debugging Enabled:
# Windows
"C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222
# macOS
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222Install dependencies:
pip install -r requirements.txtRun the MCP Gateway:
python main.pyRelated MCP server: Chrome MCP Server
Features
Zero Login Re-auth: Connects directly to your human-authenticated Chrome tab.
LLM-Optimized DOM: Strips script tags, hidden elements, SVGs, and presents interactive elements with simple sequential IDs
[e1],[e2].FastMCP Standard Tools:
read_page,click_element,fill_input,navigate.
Built by M Sai Sohan (@sohan-a11y)
If you find this project useful, please consider giving it a ⭐ on GitHub!
This server cannot be deployed
Maintenance
Related MCP Connectors
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
Live browser debugging for AI assistants — DOM, console, network via MCP.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hyperbrowser MCP — wraps the Hyperbrowser AI-agent browsing API
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP Server that enables AI assistants to interact with your local browsers.1,843 npm53MIT
- AlicenseNot gradedqualityNot gradedmaintenanceAn extension-based MCP server that enables AI assistants to control your existing Chrome browser, leveraging your active login states and settings for automation. It provides over 20 tools for tasks like semantic tab search, screen capture, network monitoring, and direct element interaction.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to control Chrome browser actions like navigation, clicking, form filling, screenshots, and console/network logging via an MCP server and Chrome extension.532 npmMIT
- FlicenseNot gradedqualityCmaintenanceA local MCP server that connects to a Chrome extension to enable AI agents to control browser tabs, execute automation, and interact with web pages via tools.-