HubLens › Trending › ChromeDevTools/chrome-devtools-mcp
ChromeDevTools

chrome-devtools-mcp

AIMCPChrome DevToolsAutomationPuppeteerDebugging
View on GitHub
22
+340

// summary

Chrome DevTools MCP is a Model Context Protocol server designed to enable AI coding assistants to control and inspect live Chrome browsers. It leverages Puppeteer for reliable browser automation and provides in-depth debugging and performance analysis capabilities. The tool supports various mainstream AI coding platforms, assisting development tasks by integrating the powerful capabilities of Chrome DevTools.

// use cases

01
Gain performance insights: Record browser traces and extract actionable performance optimization suggestions.
02
Advanced browser debugging: Analyze network requests, capture screenshots, and inspect console messages with source maps.
03
Reliable automation: Use Puppeteer to automate browser interactions and retrieve operation results.