
Expose Chrome DevTools debugging to AI agents for real runtime code inspection.
Visit Chrome Debugger MCP
Chrome Debugger MCP is an MCP server that enables AI assistants to perform runtime, breakpoint-driven debugging in real Chrome browser tabs. It exposes Chrome DevTools Protocol (CDP) debugging functionality as MCP tools, allowing agents to attach to a Chrome tab, pause and step through code, inspect scope variables, evaluate JavaScript in context, set and remove breakpoints, and control execution flow. It is designed for developers, agent authors, and AI-powered code assistants seeking real runtime insights and debugging—not just DOM automation—by letting agents gather runtime facts and state before making decisions.
Visit Chrome Debugger MCP's official website for product details and getting started.