Server Debug
Freeby MCP Community
Debug MCP App Server for testing all SDK capabilities
v1.5.0Added Apr 12, 2026
Server Debug MCP Server
Debug MCP App Server for testing all SDK capabilities
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-debug
Add to claude_desktop_config.json
{
"mcpServers": {
"server-debug": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-debug"]
}
}
}