← Registry
MCP Official

Chrome DevTools MCP

Official Chrome DevTools MCP server that lets agents drive and inspect a real Chrome browser over the DevTools Protocol.

Install

via Positronick CLI

$positronick mcp install chrome-devtools-mcp --run

Official

$npx chrome-devtools-mcp@latest

chrome-devtools-mcp is the Chrome DevTools team's MCP server for giving coding agents controlled access to a live Chrome instance: navigate pages, interact with the DOM, and pull performance and network data over the DevTools Protocol. It ships frequent releases and installs into any MCP client. Note: its `evaluate_script` tool executes arbitrary JavaScript in the page, and browser-driving tools can return large payloads that consume significant context — scope its use accordingly.