Food & Nutrition Intelligence 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., "@Food & Nutrition Intelligence MCP ServerGet nutrition data for 200g of oatmeal"
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.
Food & Nutrition Intelligence MCP Server
A large MCP server project structure with food and nutrition intelligence, providing tools, resources, and prompts for nutrition data retrieval, meal planning, and dietary analysis.
Features
Nutrition Data Tools: Retrieve detailed nutrition information from USDA FoodData Central and Edamam APIs
Meal Planning: Generate meal plans based on dietary requirements and preferences
Dietary Analysis: Analyze nutritional content of meals and diets
Resource Endpoints: Access nutrition databases and food information
AI Prompts: Pre-built prompt templates for nutrition-related AI interactions
Related MCP server: USDA Nutrition Database MCP Server
Installation
Install Python 3.11+ if not already installed.
(Recommended) Create and activate a virtual environment:
python3 -m venv .venv source .venv/bin/activateInstall UV (optional, for fast dependency management):
curl -LsSf https://astral.sh/uv/install.sh | shInstall project dependencies:
uv sync
Usage
To start the Food & Nutrition Intelligence MCP server:
uv run main.pyOr, if you have an entrypoint defined (e.g., via FastMCP CLI):
fastmcp run main.pyThe server exposes a set of MCP tools for nutrition data, meal planning, and dietary analysis. You can interact with it via a compatible MCP client or by integrating it into your AI workflow.
Run on debug mode
npx @modelcontextprotocol/inspector uv run main.pyExample API Usage
Get Nutrition Data:
Tool:
nutrition_get_food_data(food_name: str, portion_size: float = 100.0, include_detailed: bool = False)
Generate Meal Plan:
Tool:
meal_plan_generate(dietary_preferences: dict, calories: int)
Analyze Diet:
Tool:
dietary_analysis(analyzed_meals: list)
See the technical details for more tool signatures and usage patterns.
Project Structure
src/server.py— Main server entrypoint and tool registrationsrc/tools/— Nutrition, meal planning, and dietary analysis toolssrc/services/— Integrations with USDA, Edamam, and other APIssrc/resources/— Nutrition databases and static resourcessrc/prompts/— AI prompt templatessrc/models/— Data models (Pydantic)src/utils/— Utilities and helpers
Contributing
Contributions are welcome! Please see the guidelines below:
Fork the repository and create a new branch for your feature or fix.
Install development dependencies:
uv pip install .[dev] # Or pip install .[dev]Run tests:
pytestFormat code with Black and check typing with MyPy:
black src/ mypy src/Submit a pull request describing your changes.
License
MIT License. See LICENSE file for details.
More Information
For advanced architecture and technical details, see
technical_details.md.For questions or support, open an issue or contact the maintainer listed in
pyproject.toml.
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-qualityDmaintenanceEnables querying food nutritional information, discovering recipes by ingredients or diet type, getting ingredient substitutions, and receiving personalized food recommendations based on mood and season.
- 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
- AlicenseAqualityDmaintenanceEnables natural language access to USDA's FoodData Central database with 1M+ foods, supporting search, nutrition facts, food comparison, and daily value calculations.8MIT
- Alicense-qualityCmaintenanceProvides tools to search and retrieve USDA Food Data Central information, including food items, nutrients, and food groups, enabling AI agents to query food data through natural language.6MIT
Related MCP Connectors
Spoonacular food API: recipes, nutrition, ingredients, meal plans. Free 150/day.
Patient, meal plan, prescription, chart and anthropometry management for dietitians.
Nutrition MCP — wraps Open Food Facts API (free, no auth)
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/AlwaysSany/food-nutrition'
If you have feedback or need assistance with the MCP directory API, please join our Discord server