ChromeDebug MCP - MCP server that provides full control over a Chrome browser instance for debugging and automation with AI assistants like Claude Code
{
"mcpServers": {
"dynamicuchromedebug": {
"command": "npx",
"args": [
"-y",
"@dynamicu/chromedebug-mcp"
]
}
}
}