Skip to main content
Glama
sohan-a11y

cdp-mcp-gateway

by sohan-a11y

CDP-to-MCP Gateway

GitHub License GitHub Last Commit GitHub Stars

Skills

Локальный Python-демон, соединяющий ваш активный браузер Google Chrome (через Chrome DevTools Protocol) с сервером Model Context Protocol (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 и представляет интерактивные элементы с простыми последовательными идентификаторами [e1], [e2].

  • Стандартные инструменты FastMCP: read_page, click_element, fill_input, navigate.


Создано 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