Food & Nutrition Intelligence Server
FreeNot checkedProvides tools for nutrition data retrieval, meal planning, and dietary analysis using USDA and Edamam APIs, enabling AI-driven dietary insights.
About
Provides tools for nutrition data retrieval, meal planning, and dietary analysis using USDA and Edamam APIs, enabling AI-driven dietary insights.
README
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
Installation
- Install Python 3.11+ if not already installed.
- (Recommended) Create and activate a virtual environment:
python3 -m venv .venv source .venv/bin/activate - Install UV (optional, for fast dependency management):
curl -LsSf https://astral.sh/uv/install.sh | sh - Install project dependencies:
uv sync
Usage
To start the Food & Nutrition Intelligence MCP server:
uv run main.py
Or, if you have an entrypoint defined (e.g., via FastMCP CLI):
fastmcp run main.py
The 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.py
Example API Usage
- Get Nutrition Data:
- Tool:
nutrition_get_food_data(food_name: str, portion_size: float = 100.0, include_detailed: bool = False)
- Tool:
- Generate Meal Plan:
- Tool:
meal_plan_generate(dietary_preferences: dict, calories: int)
- Tool:
- Analyze Diet:
- Tool:
dietary_analysis(analyzed_meals: list)
- Tool:
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:
pytest - Format 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.
Install Food & Nutrition Intelligence Server in Claude Desktop, Claude Code & Cursor
unyly install food-nutrition-intelligence-mcp-serverInstalls 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 food-nutrition-intelligence-mcp-server -- uvx nutrition-mcp-serverFAQ
Is Food & Nutrition Intelligence Server MCP free?
Yes, Food & Nutrition Intelligence Server MCP is free — one-click install via Unyly at no cost.
Does Food & Nutrition Intelligence Server need an API key?
No, Food & Nutrition Intelligence Server runs without API keys or environment variables.
Is Food & Nutrition Intelligence 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 Food & Nutrition Intelligence Server in Claude Desktop, Claude Code or Cursor?
Open Food & Nutrition Intelligence 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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Food & Nutrition Intelligence Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
