Analyze food photos or text for calories, macros, vitamins, minerals, and allergens.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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. Much faster and more accurate than Gemini and GPT-4 Vision (4-10 seconds).
Then set your API key in the server's environment config:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
Add to your mcp.json:
analyze_food_imageFetches 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:
analyze_foodReturns 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:
See tastyapi.com/pricing for full details.
MIT β Β© EB Tech LLC
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nutrients-mcp)<a href="https://allmcps.com/mcp/nutrients-mcp"><img src="https://allmcps.com/api/badge/nutrients-mcp?style=directory" alt="Nutrients MCP on AllMCPs" /></a>