Stats
Actions
Tags
From ecc
Local stdio MCP server for Chrome DevTools integration, enabling browser inspection, DOM manipulation, JavaScript console evaluation, network monitoring, and debugging capabilities.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub affaan-m/ecc --plugin ecc