ScriptedAlchemy/devtools-debugger-mcp
An MCP server exposing full Chrome DevTools Protocol debugging: breakpoints, step/run, call stacks, eval, and source maps.
Platform-specific configuration:
{
"mcpServers": {
"devtools-debugger-mcp": {
"command": "npx",
"args": [
"-y",
"devtools-debugger-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...