Claude Desktop Mcp Config Doctor
FreeNot checkedOffline validator and templates for Claude Desktop MCP config files
About
Offline validator and templates for Claude Desktop MCP config files
README
Validate Claude Desktop MCP config before restarting Claude.
If claude_desktop_config.json has one missing comma, a string where args should be an array, or an npx command waiting for confirmation, Claude Desktop can fail to load your MCP server and give you very little context. This small Node.js CLI validates the config shape offline and prints copy-ready templates for Windows/macOS setups.
This is an independent community tool. It is not affiliated with, endorsed by, or sponsored by Anthropic or Claude.
Quick Start
npx claude-desktop-mcp-config-doctor --where
npx claude-desktop-mcp-config-doctor --file "%APPDATA%\Claude\claude_desktop_config.json"
npx claude-desktop-mcp-config-doctor --example tken-gateway
macOS:
npx claude-desktop-mcp-config-doctor --file "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
CTA: Need an OpenAI-compatible endpoint for gateway tests? Try the disclosed TKEN endpoint https://www.tken.shop/v1: open TKEN with UTM.
What It Checks
mcpServersexists and is an object.- Each server has a non-empty
command. argsis an array of strings when present.envvalues are strings when present.npxcommands include-yto avoid restart-time prompts.- Example files and docs do not contain real-looking API keys or risky claims.
Everything runs locally. The validator does not collect keys, upload config files, or call remote APIs.
Example claude_desktop_config.json Snippets
OpenAI-compatible gateway using the disclosed TKEN endpoint:
{
"mcpServers": {
"openai-compatible-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-openai-compatible-gateway",
"--base-url",
"https://www.tken.shop/v1"
],
"env": {
"OPENAI_API_KEY": "replace-with-your-key"
}
}
}
}
Local stdio server on Windows:
{
"mcpServers": {
"local-filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\A\\Documents"
]
}
}
}
Common Paths
Windows:
%APPDATA%\Claude\claude_desktop_config.json
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Local Development
git clone https://github.com/vivian254338489/claude-desktop-mcp-config-doctor.git
cd claude-desktop-mcp-config-doctor
npm run check
node scripts/check.js --example tken-gateway
node scripts/check.js --file examples/claude_desktop_config.tken-gateway.json
Docs
License
MIT
from github.com/vivian254338489/claude-desktop-mcp-config-doctor
Installing Claude Desktop Mcp Config Doctor
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/vivian254338489/claude-desktop-mcp-config-doctorFAQ
Is Claude Desktop Mcp Config Doctor MCP free?
Yes, Claude Desktop Mcp Config Doctor MCP is free — one-click install via Unyly at no cost.
Does Claude Desktop Mcp Config Doctor need an API key?
No, Claude Desktop Mcp Config Doctor runs without API keys or environment variables.
Is Claude Desktop Mcp Config Doctor hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Claude Desktop Mcp Config Doctor in Claude Desktop, Claude Code or Cursor?
Open Claude Desktop Mcp Config Doctor on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Claude Desktop Mcp Config Doctor with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
