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.