Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Nutritionix Server

FreeNot checked

Enables AI agents to search foods, get nutritional breakdowns, and estimate exercise calories using the Nutritionix API through natural language input.

GitHubEmbed

About

Enables AI agents to search foods, get nutritional breakdowns, and estimate exercise calories using the Nutritionix API through natural language input.

README

This is an MCP (Model Context Protocol) server for integrating with the Nutritionix API, enabling AI agents to access food search, nutrition data, and exercise calorie estimates via natural language input.

The goal of this project is to expose Nutritionix's functionality through MCP-compatible tools that can be used seamlessly by large language models and agent frameworks.


🧠 What is MCP?

MCP (Model Context Protocol) is a lightweight protocol designed to let AI agents interact with external tools and APIs in a structured and modular way. Think of it like USB for AI — this server acts as a "driver" for the Nutritionix platform.

With this MCP server, AI models can:

  • 🔍 Search for common and branded food items
  • 🍽️ Parse natural language meals into nutritional breakdowns
  • 🏃 Estimate calories burned from exercises like running, cycling, or yoga

🚀 How to Run

To use this MCP server, you'll need:

✅ Prerequisites

  • Python 3.11+
  • uv – a modern Python package manager
  • A supported LLM (e.g., Claude)
  • A Nutritionix API App ID and App Key – get them at developer.nutritionix.com

Add this to Claude Desktop config

{
  "mcpServers": {
    "nutritionix-mcp": {
      "command": "uvx",
      "args": [
        "nutritionix-mcp-server",
        "--app-id",
        "YOUR APP ID",
        "--app-key",
        "YOUR APP KEY"
      ]
    }
  }
}

🤝 Contributions Welcome!

Whether you're into nutrition tech, AI agent development, or API tooling — we’d love your help improving this project. You can contribute by:

  • Adding new tools (e.g., barcode search, food logging)
  • Improving response formatting
  • Writing tests or documentation
  • Suggesting new ideas via Issues or Discussions

Feel free to fork, explore, and submit a PR. Let’s make agent-integrated nutrition smarter, together. 🧠🥗


MCP-FORGE – Building tools for the future of intelligent automation.

from github.com/MCP-Forge/nutritionix-mcp-server

Install Nutritionix Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install nutritionix-mcp-server

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 nutritionix-mcp-server -- uvx nutritionix-mcp-server

FAQ

Is Nutritionix Server MCP free?

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

Does Nutritionix Server need an API key?

No, Nutritionix Server runs without API keys or environment variables.

Is Nutritionix Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

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

Open Nutritionix Server 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 Nutritionix Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs