HomeOther › Chrome DevTools MCP

Chrome DevTools MCP

MCP server for Chrome DevTools

TypeScript
★ 52,542 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.10.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "chrome-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry