data-ai MCP Server
Offline validator and templates for Claude Desktop MCP config files
Discovered via github-topic:model-context-protocol and last synced 3mo ago.
1. Install the package
npx -y mcp-openai-compatible-gateway --base-url https://www.tken.shop/v1
2. Add to claude_desktop_config.json
{
"mcpServers": {
"claude-desktop-mcp-config-doctor": {
"command": "npx",
"args": [
"claude-desktop-mcp-config-doctor"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)