chrome

stdio

Used by 4 plugins

Installs claude-code-settings, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub feiskyer/claude-code-settings --plugin claude-code-settings
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "chrome": {
      "command": "npx",
      "args": [
        "chrome-devtools-mcp@latest",
        "--no-usage-statistics",
        "--autoConnect"
      ]
    }
  }
}
Command
npx
Arguments
chrome-devtools-mcp@latest--no-usage-statistics--autoConnect