Skip to content
Back to search
30
MCP

chrome-remote-debugging-mcp

pypi/chrome-remote-debugging-mcp

MCP server for controlling Chrome over the DevTools Protocol (CDP).

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

Similar MCP servers embedding-nearest

@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
chrome-devtools-mcp-fork
MCP server for Chrome DevTools integration - enable AI assistants to control browsers for web development debugging
0 tools
mcp-browser-dev-tools
Local MCP server for Chromium DevTools Protocol and Firefox WebDriver BiDi
0 tools
Chrome Debugger MCP
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
0 tools
Chrome Debugger MCP
Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
0 tools
Chrome DevTools MCP
MCP server for Chrome DevTools
0 tools

How to use

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

{
  "mcpServers": {
    "chrome-remote-debugging-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}