`chrome-devtools-mcp` allows AI coding assistants to control and inspect a live Chrome browser, providing access to Chrome DevTools for automation, debugging, and performance analysis.
From the registry: MCP server for Chrome DevTools
Please install the `chrome-devtools-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 20.19+** — Node.js v20.19 or newer LTS (https://nodejs.org/)
- **Google Chrome** — Chrome stable or newer (https://www.google.com/chrome/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","chrome-devtools-mcp@latest"]
Note: Official ChromeDevTools MCP (Puppeteer + CDP). 29 tools in 6 categories. Disable CrUX with --no-performance-crux or usage stats with --no-usage-statistics.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICSrequiredDisables the collection of usage statistics.CHROME_DEVTOOLS_MCP_NO_UPDATE_CHECKSrequiredDisables periodic update checks for the server.MCP server for Firecrawl web scraping, structured data extraction and web search integration.