Skip to content

Server Debug

Free

by MCP Community

Debug MCP App Server for testing all SDK capabilities

v1.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server Debug MCP Server

Debug MCP App Server for testing all SDK capabilities

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-debug
Add to claude_desktop_config.json
{
  "mcpServers": {
    "server-debug": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-debug"]
    }
  }
}