MCP Server

Chrome DevTools

Debug live Chrome pages via the DevTools Protocol.

Install

npx
npx -y chrome-devtools-mcp

Add this to your Claude Code MCP settings or run via the CLI.

About

Attach to a running Chrome instance and use DevTools Protocol — inspect DOM, set breakpoints, capture network traffic — useful for hard-to-reproduce frontend bugs.

Common use cases

  • Live frontend debugging
  • Network analysis
  • Performance profiling

Tags

browserdebuggingdevtools