Overview of Chrome DevTools for agents
mainThe chrome-devtools-mcp package allows AI coding agents (such as Claude, Cursor, Copilot, or Antigravity) to control and inspect a live Chrome browser instance. It functions as a Model-Context-Protocol (MCP) server, providing agents with access to Chrome DevTools for automation, debugging, and performance analysis.
Key capabilities include:
- Performance Insights: Recording traces and extracting insights using Chrome DevTools.
- Advanced Debugging: Analyzing network requests, capturing screenshots, and inspecting browser console messages (including source-mapped stack traces).
- Reliable Automation: Using Puppeteer to perform browser actions with automatic waiting for results.