MCP server giving AI assistants food image & text nutrition analysis — calories, macros, vitamins, minerals, allergens. Powered by TastyAPI.
claude mcp add nutrients-mcp -- npx -y nutrients-mcp{
"mcpServers": {
"nutrients-mcp": {
"command": "npx",
"args": ["-y", "nutrients-mcp"],
"env": {
"TASTYAPI_KEY": "<tastyapi_key>"
}
}
}
}TASTYAPI_KEYMCP Servers overview
# nutrients-mcp
Give your AI assistant the ability to analyze food images and look up nutrition data for any food — calories, macros, vitamins, minerals, allergens, and dietary flags in under 1 second — powered by [TastyAPI](https://tastyapi.com). Much faster and more accurate than Gemini and GPT-4 Vision (4-10 seconds).
## Requirements
- Node.js 18+
- A TastyAPI API key — [get one at tastyapi.com/pricing](https://tastyapi.com/pricing)
## Quick Start
### Claude Code
```bash
claude mcp add nutrients -- npx -y nutrients-mcp
```
Then set your API key in the server's environment config:
```
TASTYAPI_KEY=YOUR_API_KEY
```
### Claude Desktop
Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
```json
{
"mcpServers": {
"nutrients": {
"command": "npx",
"args": ["-y", "nutrients-mcp"],
"env": { "TASTYAPI_KEY": "YOUR_API_KEY" }
}
}
}
```
### Cursor / Windsurf
Add to your `mcp.json`:
```json
{
"mcpServers": {
"nutrients": {
"command": "npx",
"args": ["-y", "nutrients-mcp"],
"env": { "TASTYAPI_KEY": "YOUR_API_KEY" }
}
}
}
```
## Tools
### `analyze_food_image`
Fetches a food image from a public URL and returns a full nutritional breakdown.
| Parameter | Type | Required | Description |
|-------------|--------|----------|---------------------------------------|
| `image_url` | string | yes | Public URL of a food image to analyze |
**Example prompt:**
> "What are the macros in this meal? https://example.com/pasta.jpg"
**Example output:**
```json
{
"food_name": "Pasta Bolognese",
"calories": 520,
"macros": {
"protein_g": 24,
"carbohydrates_g": 68,
"fat_g": 16,
"fiber_g": 4
},
"vitamins": { "vitamin_c_mg": 8, "vitamin_b12_mcg": 1.4 },
"minerals": { "iron_mg": 3.2, "calcium_mg": 60 },
"allergens": ["gluten", "dairy"],
"dietary": { "vegan": false, "vegetarian": false, "gluten_free": false }
}
```
---
### `analyze_food`
Returns a full nutritional breakdown for a food item by name or description. No image required.
| Parameter | Type | Required | Description |
|-------------|--------|----------|---------------------------------------------------------------|
| `food_name` | string | yes | Name or description of the food (e.g. `"oatmeal with banana, 1 cup"`) |
**Example prompt:**
> "How many calories are in a large avocado?"
**Example output:**
```json
{
"food_name": "Large Avocado",
"calories": 322,
"macros": {
"protein_g": 4,
"carbohydrates_g": 17,
"fat_g": 29,
"fiber_g": 13
},
"vitamins": { "vitamin_k_mcg": 42, "folate_mcg": 163 },
"minerals": { "potassium_mg": 975, "magnesium_mg": 58 },
"allergens": [],
"dietary": { "vegan": true, "vegetarian": true, "gluten_free": true }
}
```
## Pricing
- **$0.015 per request** + $5/month base fee (usage-based)
- Or choose a flat-rate plan: Monthly ($29/mo · 5k calls) or Professional ($69/mo · 15k calls)
See [tastyapi.com/pricing](https://tastyapi.com/pricing) for full details.
## License
MIT — © EB Tech LLC
What people ask about nutrients-mcp
What is ericblair1903/nutrients-mcp?
+
ericblair1903/nutrients-mcp is mcp servers for the Claude AI ecosystem. MCP server giving AI assistants food image & text nutrition analysis — calories, macros, vitamins, minerals, allergens. Powered by TastyAPI. It has 0 GitHub stars and was last updated today.
How do I install nutrients-mcp?
+
You can install nutrients-mcp by cloning the repository (https://github.com/ericblair1903/nutrients-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is ericblair1903/nutrients-mcp safe to use?
+
ericblair1903/nutrients-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains ericblair1903/nutrients-mcp?
+
ericblair1903/nutrients-mcp is maintained by ericblair1903. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to nutrients-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy nutrients-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/ericblair1903-nutrients-mcp)<a href="https://claudewave.com/repo/ericblair1903-nutrients-mcp"><img src="https://claudewave.com/api/badge/ericblair1903-nutrients-mcp" alt="Featured on ClaudeWave: ericblair1903/nutrients-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!