mcp-opennutrition

deadletterq/mcp-opennutrition
★ 164 stars TypeScript 🗄️ Database Updated 1mo ago
MCP server providing access to the comprehensive OpenNutrition food database with 300,000+ food items, nutritional data, and barcode lookups
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-opennutrition": {
      "command": "npx",
      "args": [
        "-y",
        "deadletterq/mcp-opennutrition"
      ]
    }
  }
}