PluginBench
MCP Server
Maintained
MIT

MCP Doctor MCP Server

io.github.Jiansen/mcp-doctor

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-doctor

Related MCP servers

Proxy Doctor

Maintained

Diagnose proxy misconfigurations that break AI coding tools (Cursor, VS Code, Windsurf)

1
Python
MIT
View repository →