mcpbeat Sign in

MCP Doctor MCP Server

local only

MCP Doctor runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from pypi. Last commit 1 Mar 2026.

Check and improve the contract quality of any MCP server — for humans, agents, and platforms.

Installs per day peak 42 · avg 14 · -48% w/w
a month agotoday
64
Installs / week
pypi · mcp-doctor
1
Stars
0 open issues
1 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Doctor every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-doctor -- uvx mcp-doctor
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-doctor": {
      "args": [
        "mcp-doctor"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-doctor]
command = "uvx"
args = ["mcp-doctor"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-doctor": {
      "args": [
        "mcp-doctor"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-doctor": {
      "args": [
        "mcp-doctor"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Doctor

same job, measured the same way
Hubd
by bzdos

The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.

1 881 installs/wk local only
Impri
by sekera-radim

Impri MCP server — human-in-the-loop approval inbox for AI agents

37 installs/wk local only
Twig
by kind-ling

MCP server quality scoring and optimization for the agent economy.

96 installs/wk local only
Elicitly
by elicitly

Human-in-the-loop for AI agents over MCP elicitation: confirm/form dialogs plus a capability doctor

185 installs/wk local only
Zillow Leads Property Data
by kmatata

MCP server for the zillow-leads-property-data actor: Zillow leads with agent contacts and history.

local only
Site
by co-employmentcontractgenerator

Employment Contract Generator: the site's own MCP server — checker, enquiry (enquiry = a human...

6 tools answering
Datris
by datris

The data control plane for AI agents — acquire, validate, land, and query data over MCP.

3 352 installs/wk local only
Skill of Skills
by 911fund-skills

Quality-ranked, cross-platform directory of AI coding skills, plugins and MCP servers.

6 tools answering

MCP Doctor — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Doctor?
MCP Doctor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-doctor was installed 64 times last week.
How do I connect MCP Doctor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-doctor straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Doctor?
The pypi package mcp-doctor was installed 64 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Doctor open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.