Nutrition
Freeby MCP Community
3-tier nutrition lookup MCP server with local SQLite caching
v0.3.1Added Apr 12, 2026
mcpnutritionfoodusdacalories
Nutrition MCP Server
3-tier nutrition lookup MCP server with local SQLite caching
Installation
Reviews
Installation
Quick install
npx -y nutrition-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"nutrition": {
"command": "npx",
"args": ["-y", "nutrition-mcp"]
}
}
}