Loomal

Chrome Debugger MCP

MCP server by github.com/bitepro/chrome-debugger-mcp

Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code

1 starsnpm: chrome-debugger-mcp

About Chrome Debugger MCP

Chrome Debugger MCP is an MCP (Model Context Protocol) server published by bitepro in the official MCP registry, listed under Code Execution on Loomal. Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code

It ships as an npm package (chrome-debugger-mcp), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/bitepro/chrome-debugger-mcp, where the project has earned 1 GitHub stars.

Use Chrome Debugger MCP with your agent

Claude Code · one command
claude mcp add chrome-debugger-mcp -- npx -y chrome-debugger-mcp
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "chrome-debugger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-debugger-mcp"
      ]
    }
  }
}
npmchrome-debugger-mcp

Frequently asked questions

What is Chrome Debugger MCP?
Chrome Debugger MCP is an MCP (Model Context Protocol) server by bitepro in the Code Execution category. Chrome breakpoint debugging MCP server for inspecting runtime values and stepping through code
How do I connect Chrome Debugger MCP to Claude, Cursor, or another MCP client?
Install Chrome Debugger MCP from its npm package (chrome-debugger-mcp) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is Chrome Debugger MCP open source?
Yes — the source code is public at github.com/bitepro/chrome-debugger-mcp, with 1 GitHub stars.
Can AI agents pay to use Chrome Debugger MCP?
Not yet through Loomal — Chrome Debugger MCP is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain Chrome Debugger MCP? Claim this listing free by verifying GitHub ownership, or contact us.