InDate/cdp-tools-mcp
MCP server that connects AI assistants to Chrome DevTools Protocol for runtime debugging - set breakpoints, inspect variables, monitor network traffic, and automate browser interactions
Platform-specific configuration:
{
"mcpServers": {
"cdp-tools-mcp": {
"command": "npx",
"args": [
"-y",
"cdp-tools-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...