
Yazio Mcp
Read Yazio user and nutrition data through your agent when building companion apps or migration tooling.
Overview
io.github.fliptheweb/yazio-mcp is a MCP server for the Build phase that lets agents access unofficial Yazio user and nutrition data over stdio MCP.
What is this MCP server?
- Unofficial MCP access to Yazio user and nutrition data
- npm package yazio-mcp version 0.0.5 with stdio transport
- Requires YAZIO_USERNAME and YAZIO_PASSWORD environment variables
- GitHub: github.com/fliptheweb/yazio-mcp
- Narrower scope than multi-vendor nutrition hubs—Yazio account only
- Package version 0.0.5, identifier yazio-mcp on npm
- Two required secret environment variables: YAZIO_USERNAME, YAZIO_PASSWORD
- Repository: github.com/fliptheweb/yazio-mcp
What problem does it solve?
You want agent help building Yazio-adjacent features but lack a documented MCP bridge to user nutrition records.
Who is it for?
Solo builders whose users sync with Yazio and who need quick agent-driven reads of nutrition data during development.
Skip if: Teams requiring official Yazio partnerships, enterprise SSO, or multi-provider nutrition without user password auth.
What do I get? / Deliverables
After setting Yazio credentials and registering yazio-mcp, your agent can query user and nutrition data to speed integration and testing.
- Agent-accessible reads of Yazio user and nutrition data for dev and test
- Integration prototypes for companion apps tied to Yazio workflows
- Documented env-based auth pattern for local MCP runs
Recommended MCP Servers
Journey fit
How it compares
Unofficial Yazio account MCP, not FatSecret’s OAuth API server or a generic meal-planning skill.
Common Questions / FAQ
Who is io.github.fliptheweb/yazio-mcp for?
Developers building tools around Yazio users who want Claude Code or Cursor to fetch nutrition and profile data via MCP during build.
When should I use io.github.fliptheweb/yazio-mcp?
Use it when implementing features that read a user’s Yazio nutrition logs or profile and you are prototyping against a real account.
How do I add io.github.fliptheweb/yazio-mcp to my agent?
Install yazio-mcp from npm, set YAZIO_USERNAME and YAZIO_PASSWORD in the MCP server env, register stdio in your agent config, and restart the client.