Command Palette

Search for a command to run...

UnylyUnyly
Browse all

OpenNutrition

FreeNot checked

Provides access to OpenNutrition's 300,000+ food database with tools for searching foods by name, browsing paginated lists, retrieving detailed nutritional info

GitHubEmbed

About

Provides access to OpenNutrition's 300,000+ food database with tools for searching foods by name, browsing paginated lists, retrieving detailed nutritional information by ID, and looking up products via EAN-13 barcodes for recipe analysis and dietary planning.

README

A Model Context Protocol (MCP) server providing access to the comprehensive OpenNutrition food database with 300,000+ food items, nutritional data, and barcode lookups.

OpenNutrition addresses the longstanding issues with fragmented and unreliable nutritional data by combining authoritative public sources (USDA, CNF, FRIDA, AUSNUT). Unlike other databases that suffer from inconsistent user-generated content or restrictive commercial licensing, OpenNutrition provides transparent, comprehensive, and accurate nutritional data that's freely accessible to developers and researchers.

Tools

  • Search by Name: Find foods by name, brand, or partial matches
  • Browse Foods: Get paginated lists of all available foods
  • Get by ID: Retrieve detailed nutritional information using food IDs
  • Barcode Lookup: Find foods using EAN-13 barcodes

Installation

Docker (recommended)

The easiest way to run the server is via Docker. No build steps required.

Run the container:

docker run --rm -p 9113:3000 deadletterq/mcp-opennutrition

Then add to your MCP configuration:

"mcp-opennutrition": {
    "type": "streamable-http",
    "url": "http://localhost:9113"
}

From source

  1. Install dependencies:

    npm install
    
  2. Build the project:

    npm run build
    
  3. Add to your MCP configuration (set the same version of node that you used to build the project):

    "mcp-opennutrition": {
        "command": "/Users/YOUR.USERNAME/.nvm/versions/node/v20.19.0/bin/node",
        "args": [
            "/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-opennutrition/build/index.js"
        ]
    }
    

Data Source

This server uses the OpenNutrition dataset.

The dataset provides comprehensive nutritional profiles including macronutrients, vitamins, and minerals.

Usage

Once configured, the MCP server runs fully locally on your machine and automatically provides food and nutrition query capabilities to Claude/Cline. All data processing and queries happen locally with no external API calls, ensuring privacy and fast response times.

Example

Here is an example of how Claude uses the tool for a brownie recipe:

Brownie Recipe Example

from github.com/deadletterq/mcp-opennutrition

Install OpenNutrition in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install opennutrition

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add opennutrition -- npx -y github:deadletterq/mcp-opennutrition

Step-by-step: how to install OpenNutrition

FAQ

Is OpenNutrition MCP free?

Yes, OpenNutrition MCP is free — one-click install via Unyly at no cost.

Does OpenNutrition need an API key?

No, OpenNutrition runs without API keys or environment variables.

Is OpenNutrition hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install OpenNutrition in Claude Desktop, Claude Code or Cursor?

Open OpenNutrition on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare OpenNutrition with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All data MCPs