Description

MCP server providing access to the comprehensive OpenNutrition food database with 300,000+ food items, nutritional data, and barcode lookups.

Installation

npx -y mcp-opennutrition
npm install mcp-opennutrition
git clone https://github.com/deadletterq/mcp-opennutrition

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mcp-opennutrition": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-opennutrition"
      ]
    }
  }
}