
Wellness Nourish
Give nutrition and hydration agents structured food logging, barcode lookup, photo-based entry, and goal tracking through one local MCP server.
Overview
Wellness Nourish is an MCP server for the Build phase that exposes local-first nutrition tools—food, barcode, photo intake, hydration, and goals—for AI agents.
What is this MCP server?
- Local-first nutrition MCP (npm wellness-nourish v0.6.6) with stdio transport
- Food search, barcode, photo-based intake, hydration, and goals in one server surface
- Built for AI agents that coach meals, macros, or daily targets
- Pairs with wellness.delx.ai nutrition docs for connector setup
- Keeps dietary logging orchestration on the developer machine
- Server version 0.6.6 published as npm identifier wellness-nourish
- Five capability areas called out: food, barcode, photo, intake, hydration, goals
- stdio transport under MCP server schema 2025-12-11
Community signal: 6 GitHub stars.
What problem does it solve?
Nutrition agents need many input modes and goal state, but wiring food, barcode, photo, and hydration APIs by hand slows solo builders.
Who is it for?
Indie developers building AI meal logging, macro coaching, or hydration reminders who want a single MCP nutrition backend.
Skip if: Registered dietitian clinical workflows or apps that require certified medical nutrition therapy without your own compliance layer.
What do I get? / Deliverables
After adding wellness-nourish to your MCP config, your agent can log and query nutrition-related tools from one stdio server during product iteration.
- Agent-accessible nutrition, barcode, photo intake, hydration, and goal tools
- Unified MCP surface for wellness coaching prototypes
- Local runtime for iterative agent nutrition workflows
Recommended MCP Servers
Journey fit
How it compares
Nutrition data MCP server, not a consumer food diary app or a one-off prompt skill.
Common Questions / FAQ
Who is Wellness Nourish for?
Solo builders creating agent-driven nutrition and hydration products who need structured logging tools on their local machine.
When should I use Wellness Nourish?
Use it while building integrations for a wellness agent that must handle food lookup, barcodes, photos, intake, hydration, and goals via MCP.
How do I add Wellness Nourish to my agent?
Install npm package wellness-nourish, configure it as a stdio MCP server in Claude Code or Cursor, and follow setup on wellness.delx.ai/nutrition and the GitHub repository.