Odel
Chrome DevTools MCP

Chrome DevTools MCP

Local
@async23TypeScriptApache-2.0Updated 3w ago

MCP server for Chrome DevTools

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@async23/chrome-devtools-mcpv1.7.0

Run

npx -y @async23/chrome-devtools-mcp

MCP client config

{
  "mcpServers": {
    "chrome-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@async23/chrome-devtools-mcp"
      ]
    }
  }
}