AI product Open source

Chrome DevTools for agents

Chrome DevTools for agents (chrome-devtools-mcp) is an MCP server from the Chrome DevTools project that lets coding agents control and inspect a live Google Chrome or Chrome for Testing browser. It uses Puppeteer for browser automation, including navigation and actions that wait for results, and exposes DevTools capabilities for recording and inspecting performance traces and insights, analyzing network requests, taking screenshots, and inspecting browser console messages with source-mapped stack traces. A CLI is also provided for use without MCP, with configuration options including headless, isolated, slim, concurrent-session, persistent-profile, WebSocket, and Android-debugging modes. It requires Node.js LTS, a current stable Chrome version or newer, and npm. Browser contents are exposed to MCP clients; performance tools may query the Google CrUX API, and usage statistics and update checks are enabled by default with an opt-out flag.

View repository Visit site Mentioned in 1 video ↓

What Chrome DevTools for agents is used for

1 use taken from transcripts — each links to the moment in the video.

  • An MCP server that gives coding agents browser control through Puppeteer. Agents can navigate pages, click, inspect network requests, capture performance traces, and run Lighthouse audits.

Videos mentioning Chrome DevTools for agents

1 in the library.