Skip to content
Claude Desktop

mcp debug for Claude Desktop

io.github.standardbeagle/mcp-debug

Debug and develop MCP servers with hot-swapping, session recording, and playback testing

client:Claude Desktop transport:stdio runtime:pypi

Install mcp debug in Claude Desktop

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

{
  "mcpServers": {
    "mcp-debug": {
      "command": "uvx",
      "args": [
        "mcp-debug"
      ]
    }
  }
}

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

mcp debug in other clients