Odel
Chrome DevTools MCP

Chrome DevTools MCP

Local
@dinesh-nalla-seApache-2.0Updated 9mo 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@dinesh-nalla-se/chrome-devtools-mcpv0.10.2

Run

npx -y @dinesh-nalla-se/chrome-devtools-mcp

MCP client config

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