Nutrition MCP for Claude Desktop
io.github.andrewvg23/nutrition-mcp
USDA FoodData Central nutrition data: search foods, compare macros, and analyze meals.
client:Claude Desktop
transport:streamable-http
Install Nutrition MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nutrition-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://docuslide-mcp-production.up.railway.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs