Skip to content
Back to search
30
MCP

Chrome Debug Protocol

pulsemcp/chrome debug protocol

Provides browser automation capabilities through Chrome's debugging protocol with session persistence, enabling web scraping, testing, and automation tasks with tools for screenshots, navigation, element interaction, and content retrieval.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Chrome Browser Automation
Enables AI-driven web automation through Chrome browser integration for tasks like navigation, interaction, form filling, and content extrac
0 tools
Dev Browser
Browser automation through Chrome DevTools Protocol with AI-friendly DOM snapshots, element targeting, and multi-tab management for web test
0 tools
Chrome Browser Control
Enables fine-grained control over Chrome browser instances through the Chrome DevTools Protocol, allowing web navigation, element interactio
0 tools
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree sna
0 tools
chrome-remote-debugging-mcp
MCP server for controlling Chrome over the DevTools Protocol (CDP).
0 tools
@mseep/devtools-debugger-mcp
MCP server exposing full Chrome DevTools Protocol debugging: breakpoints, stepping, call stacks, eval, and source maps. Also supports tab co
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "chrome_debug_protocol": {
      "url": "None",
      "transport": "http"
    }
  }
}