cdp-mcp

lcjanke2020/cdp-mcp
★ 0 stars TypeScript AI/LLM Updated 4d ago
TypeScript-aware Chrome DevTools Protocol (CDP) MCP server — a frontend debugger for AI agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cdp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lcjanke2020/cdp-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that exposes the Chrome DevTools Protocol (CDP) to AI agents as a **TypeScript-aware frontend debugger**. Designed for agents running in CLIs (Claude Code, GitHub Copilot CLI) that have local source + source-map access. Coordinates flow in TS terms; the server translates to JS for CDP under the hood.

Tools (4)

EVAL_PROVIDERSubmitchromechromium