cdp-mcp-gateway
CDP-to-MCP Gateway
Demonio local en Python que conecta tu navegador Google Chrome activo (a través del Protocolo de Chrome DevTools) con un servidor de Protocolo de Contexto de Modelo (MCP) para que agentes de IA locales puedan controlar tu navegador sin problemas.
Inicio rápido
Inicia Chrome con Depuración Remota habilitada:
# 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=9222Instala las dependencias:
pip install -r requirements.txtEjecuta el Gateway MCP:
python main.pyRelated MCP server: Chrome MCP Server
Características
Sin reautenticación de inicio de sesión: Se conecta directamente a tu pestaña de Chrome autenticada por humano.
DOM optimizado para LLM: Elimina etiquetas de script, elementos ocultos, SVG y presenta elementos interactivos con identificadores secuenciales simples
[e1],[e2].Herramientas estándar de FastMCP:
read_page,click_element,fill_input,navigate.
Construido por M Sai Sohan (@sohan-a11y)
Si encuentras útil este proyecto, ¡considera darle una ⭐ en GitHub!
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-qualityAmaintenanceAn MCP Server that enables AI assistants to interact with your local browsers.2,90354MIT
- Alicense-quality-maintenanceAn 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.
- Alicense-qualityCmaintenanceEnables AI agents to control Chrome browser actions like navigation, clicking, form filling, screenshots, and console/network logging via an MCP server and Chrome extension.1,062MIT
- Flicense-qualityBmaintenanceA 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.
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…
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/sohan-a11y/cdp-mcp-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server