The MCP Node.js Debugger server enables Cursor and Claude Code to connect to running Node.js processes and perform runtime debugging. It provides tools to inspect variables, set breakpoints, and step through code execution in Node.js applications running in debug mode. The server solves the problem of debugging Node.js applications by giving AI coding assistants direct access to the Node.js debugger protocol, allowing them to help diagnose and fix runtime errors interactively.
claude mcp add --transport stdio workbackai-mcp-nodejs-debugger uvx mcp-nodejs-debugger