Stats
Actions
Tags
From chrome-devtools-mcp
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": {
"chrome-devtools": {
"command": "npx",
"args": [
"[email protected]"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub chromedevtools/chrome-devtools-mcp --plugin chrome-devtools-mcp