Stats
Actions
Tags
From cherry-chrome
Connects to Chrome DevTools Protocol for browser automation, debugging, and performance analysis. Runs locally to inspect and control Chrome or Chromium instances.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"chromedevtools/chrome-devtools-mcp": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub brandon-fryslie/cherry-chrome-mcp