DevTools Debugger
MCP Serverby scriptedalchemy · Added 5mo ago
Claude
341
Install
git clone https://github.com/scriptedalchemy/devtools-debugger-mcpAdd to Claude
claude mcp add scriptedalchemy-devtools-debugger-mcpQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"devtools-debugger": {
"command": "npx",
"args": [
"@modelcontextprotocol/devtools-debugger"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Provides full Chrome DevTools Protocol debugging capabilities for Node.js applications with breakpoint management, stepping controls, call stack inspection, variable evaluation, and console output capture through a clean API interface.
Tags
AI & MLmcp-servertypescriptapi