Chrome DevTools
Provides coding agents with programmatic access to Chrome DevTools for comprehensive browser control, inspection, and debugging.
关于
chrome-devtools-mcp functions as a Model-Context-Protocol (MCP) server, enabling AI coding assistants such as Gemini, Claude, Cursor, and Copilot to fully control and inspect a live Chrome browser. It grants AI agents access to the powerful features of Chrome DevTools, facilitating reliable browser automation via Puppeteer, in-depth debugging capabilities including network analysis and console inspection, and advanced performance analysis through trace recording and insight extraction. This empowers AI to perform complex web tasks and gather crucial data directly from the browser environment.
主要功能
- Extract actionable performance insights by recording traces
- Analyze network requests, take screenshots, and check browser console messages
- Automate browser actions reliably using Puppeteer
- Emulate CPU and network conditions for testing
- Programmatically interact with page elements (click, fill, drag, hover)
- 255 GitHub stars
使用案例
- Debugging web applications and identifying issues programmatically
- Analyzing website performance and generating optimization insights
- Automating complex web workflows and interactions using AI agents