nutritionix-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nutritionix-mcp-serverwhat's the nutrition for 1 cup of cooked quinoa?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π₯¦ Nutritionix MCP Server
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:
Related MCP server: Nutrition By Api Ninjas MCP Server
β Prerequisites
Python 3.11+
uvβ a modern Python package managerA 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides intelligent access to the USDA nutrition database through AI assistants, enabling users to search foods, compare nutritional content, find foods high in specific nutrients, and query authoritative nutrition data across 7,146+ food items through natural language.1
- AlicenseCqualityDmaintenanceProvides access to the Nutrition By Api Ninjas API to extract detailed nutritional information from natural language food queries. It enables users to retrieve data such as calories, vitamins, and macros from text descriptions of meals.1MIT
- Alicense-qualityDmaintenanceEnables AI agents to search the USDA's FoodData Central database and retrieve detailed nutritional information and ingredient lists. It supports comprehensive food data access through keyword searches and structured queries for specific food items.3MIT
- AlicenseAqualityDmaintenanceEnables natural language access to USDA's FoodData Central database with 1M+ foods, supporting search, nutrition facts, food comparison, and daily value calculations.8MIT
Related MCP Connectors
Spoonacular food API: recipes, nutrition, ingredients, meal plans. Free 150/day.
60+ units, live FX, timezones, and date arithmetic for AI agents.
Resolve Japanese food names to nutrition facts. All 2,538 foods from Japan's official tables.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCP-Forge/nutritionix-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server