MCP Node.js debugger allows AI agents to debug Node.js applications in real-time. It exposes debugging tools, breakpoints, and stack traces. It connects to Node.js runtime and integrates with Chrome DevTools Protocol. Developers use it to automate debugging, inspect variables, and analyze call stacks during application execution.
MCP Node.js debugger allows AI agents to debug Node.js applications in real-time. It exposes debugging tools, breakpoints, and stack traces. It connects to Node.js runtime and integrates with Chrome DevTools Protocol. Developers use it to automate debugging, inspect variables, and analyze call stacks during application execution.
npx -y @hyperdrive-eng/mcp-nodejs-debuggerAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"workbackai-mcp-nodejs-debugger-github": {
"command": "npx",
"args": [
"-y",
"npx -y @hyperdrive-eng/mcp-nodejs-debugger"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp nodejs debugger?"
No configuration required. This server works out of the box.
"What resources are available in mcp nodejs debugger?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp nodejs debugger"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp nodejs debugger with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.