Browser MCP over CDP
@dumitrubogdanmihai
About Browser MCP over CDP
MCP Server that manages a Chrome browser using the Chrome DevTools Protocol (CDP)
Basic information
Category
Browser Automation
License
Apache-2.0 license
Runtime
jupyter notebook
Transports
stdio
Publisher
dumitrubogdanmihai
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Browser MCP over CDP?
Browser MCP over CDP is an MCP server that manages a Chrome browser using the Chrome DevTools Protocol (CDP). It exposes tools to navigate, interact with, and access a browser tab, exporting the page as a full-height screenshot, accessibility tree, and enriched deep DOM. It is intended for developers who need to programmatically control a browser from MCP clients like Claude, VS Code, or Cursor.
How to use Browser MCP over CDP?
Prerequisites are Docker, Docker Compose, and Python. Run Selenoid Selenium Hub by pulling the required Docker images and executing docker-compose up inside the selenoid directory. Copy and adjust config-example.json, then configure it for your MCP client (Claude, VS Code, or Cursor). View the live browser at http://localhost:8080/. A playground notebook (playground.ipynb) is also provided.
Key features of Browser MCP over CDP
- Full-page screenshot capture (not just viewport)
- Accessibility tree extraction with relevant parts
- Enriched deep DOM including iframes, shadow DOM, and listeners
- Interactive actions: click, keys, input value updates
- Navigation: open URL, back, forward, reload
- Remote browser via Docker with Selenoid and VNC
Use cases of Browser MCP over CDP
- Automate browser tasks from MCP clients like Claude or Cursor
- Capture full-page screenshots for visual analysis or archiving
- Interact with complex web pages programmatically via clicks and keyboard
- Extract enriched DOM and accessibility data for AI‑powered web understanding
- Navigate browser history and reload pages during automation
FAQ from Browser MCP over CDP
What are the prerequisites for Browser MCP over CDP?
Docker, Docker Compose, and Python are required.
How do I run the browser?
Pull the images selenoid/vnc_chrome:128.0, selenoid/hub, and aerokube/selenoid-ui, then run docker-compose up inside the selenoid directory.
How can I view the
More Browser Automation MCP servers
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.
Fetch MCP Server
zcaceresA flexible HTTP fetching Model Context Protocol server.
Slack Slack
microsoftPlaywright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
Fetch MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
App Store Scraper MCP Server
appreply-coThis is an MCP server that provides tools to LLMs for searching and analyzing apps from both Google Play Store and Apple App Store – perfect for ASO.
Comments