What is the MCP Doctor MCP server?
Check and improve the contract quality of any MCP server — for humans, agents, and platforms.
How to install MCP Doctor
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-doctor": {
"command": "uvx",
"args": [
"mcp-doctor"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-doctor": {
"command": "uvx",
"args": [
"mcp-doctor"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-doctor": {
"command": "uvx",
"args": [
"mcp-doctor"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-doctor": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-doctor"
]
}
}
}Claude Code
claude mcp add mcp-doctor -- uvx mcp-doctorRelated MCP servers
Proxy Doctor
Maintained
Diagnose proxy misconfigurations that break AI coding tools (Cursor, VS Code, Windsurf)
1
View repository →Python
MIT