ChromeDevTools/chrome-devtools-mcp
Free谷歌 Chrome 官方出品,让 AI 编程代理直接驱动 Chrome DevTools:导航页面、检查 DOM、抓取网络请求、跑性能与 Lighthouse 审计、执行脚本。
About ChromeDevTools/chrome-devtools-mcp
Chrome DevTools MCP (Model-Context-Protocol) is an official Google open-source tool that acts as an MCP server, allowing AI coding agents such as Antigravity, Claude, Cursor, and Copilot to directly control and inspect a live Chrome browser. It provides access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis. Key capabilities include recording performance traces to extract actionable insights, analyzing network requests, taking screenshots, checking browser console messages with source-mapped stack traces, and automating browser actions with automatic wait for results. A CLI is also provided for non-MCP usage. The tool officially supports Google Chrome and Chrome for Testing, and collects usage statistics by default (configurable).
Key Features
Pros & Cons
- Official tool from the Chrome DevTools team at Google
- Open source with an active community and public repository
- Integrates seamlessly with popular AI coding agents via MCP
- Provides deep access to Chrome DevTools capabilities including performance traces, network, and console
- Supports both MCP server and standalone CLI usage
- Performance analysis includes real-user field data from CrUX
- Only officially supports Google Chrome and Chrome for Testing; other Chromium browsers may have unexpected behavior
- Collects usage statistics by default (can be opted out with --no-usage-statistics flag)
- Performance tools may send trace URLs to Google CrUX API (can be disabled with --no-performance-crux flag)
- Exposes the full content of the browser instance to MCP clients, which may be a privacy concern
- Requires a Chrome browser installation to operate