Skip to content
Claude Desktop

ts mcp debugger for Claude Desktop

io.github.digitaldefiance/ts-mcp-debugger

Enterprise debugging for Node.js/TypeScript with 25+ tools: breakpoints, profiling, hang detection

client:Claude Desktop transport:stdio runtime:npm

Install ts mcp debugger in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ts-mcp-debugger": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-debugger-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ts mcp debugger in other clients