An MCP server exposing 31 wellness tools where every factual claim is grounded in a verified public source (USDA, openFDA, MedlinePlus, PubMed) rather than model recall.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-health-coach": {
"command": "uvx",
"args": [
"mcp-health-coach"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-health-coach uvx mcp-health-coach
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-health-coach": {
"command": "uvx",
"args": [
"mcp-health-coach"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-health-coach