aicare mcp for Claude Desktop
group.aicare/aicare-mcp
AIcare 康护评估 MCP:舌诊等 AI 检测 → 健康评估 → 康护报告 → 康复指导书(健康评估与康护建议,非医学诊断)
client:Claude Desktop
transport:streamable-http
Install aicare mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"aicare-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.aicare.group/api/mcp/aicare"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs