Chrome DevTools for agents is an MCP server that lets coding agents control and inspect a live Chrome browser through the Model-Context-Protocol.
The tool solves the problem of giving AI coding assistants reliable access to browser automation and debugging capabilities. It works by exposing Chrome DevTools functionality through an MCP server interface, allowing agents to record performance traces, analyze network requests, take screenshots, inspect console messages with source-mapped stack traces, and automate browser actions using Puppeteer. The tool automatically waits for action results to ensure reliable automation.
Developers should adopt this tool if they are building AI coding agents that need to interact with web applications or perform browser-based testing and debugging. It suits projects where an agent needs to gather performance insights, debug web applications, or automate browser workflows. The tool officially supports Google Chrome and Chrome for Testing; other Chromium-based browsers may work but are not guaranteed. A CLI is also provided for use cases that do not involve MCP.
The project maintains a substantial base of adopters, as evidenced by the fact that almost all open issues are raised by outside users rather than the core team. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker is dominated by confirmed issues, feedback collection, and feature requests.