Skip to main content
Glama
sohan-a11y

cdp-mcp-gateway

by sohan-a11y

CDP-to-MCP 网关

GitHub License GitHub Last Commit GitHub Stars

Skills

本地 Python 守护进程,将您正在使用的 Google Chrome 浏览器(通过 Chrome DevTools 协议)连接到模型上下文协议(MCP)服务器,使本地 AI 代理能够无缝控制您的浏览器。

快速开始

  1. 启动 Chrome 并启用远程调试:

# 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=9222
  1. 安装依赖:

pip install -r requirements.txt
  1. 运行 MCP 网关:

python main.py

Related MCP server: Chrome MCP Server

功能特性

  • 零登录重新认证:直接连接到您已通过人类身份验证的 Chrome 标签页。

  • LLM 优化的 DOM:去除脚本标签、隐藏元素、SVG,并以简单的顺序 ID [e1][e2] 呈现交互元素。

  • FastMCP 标准工具read_pageclick_elementfill_inputnavigate


M Sai Sohan (@sohan-a11y) 构建

如果您觉得这个项目有用,请在 GitHub 上给它一个 ⭐!

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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