Claude Desktop Mcp Config Doctor
БесплатноНе проверенOffline validator and templates for Claude Desktop MCP config files
Описание
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
Установка Claude Desktop Mcp Config Doctor
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/vivian254338489/claude-desktop-mcp-config-doctorFAQ
Claude Desktop Mcp Config Doctor MCP бесплатный?
Да, Claude Desktop Mcp Config Doctor MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Claude Desktop Mcp Config Doctor?
Нет, Claude Desktop Mcp Config Doctor работает без API-ключей и переменных окружения.
Claude Desktop Mcp Config Doctor — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Claude Desktop Mcp Config Doctor в Claude Desktop, Claude Code или Cursor?
Открой Claude Desktop Mcp Config Doctor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: 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
автор: xuzexin-hzCompare Claude Desktop Mcp Config Doctor with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
