Skip to content

Nutrition

Free

by MCP Community

3-tier nutrition lookup MCP server with local SQLite caching

v0.3.1Added Apr 12, 2026
mcpnutritionfoodusdacalories
Works with:ClaudeGPTGeminiCopilot

Nutrition MCP Server

3-tier nutrition lookup MCP server with local SQLite caching

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y nutrition-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "nutrition": {
      "command": "npx",
      "args": ["-y", "nutrition-mcp"]
    }
  }
}