a year ago
developer-toolsBuild-and-run diagnostics for Claude Desktop MCP servers in one command. MCP-Fixer runs 25 diagnostics on every MCP server, pinpoints port/path issues, and offers one-click fixes – no config.
Server Config
{
"mcpServers": {
"mcp-fixer": {
"command": "npx",
"args": [
"@kajdep/mcp-fixer",
"serve"
],
"type": "stdio"
}
}
}