Yazio MCP Server
This isnot an official MCP server and Yazio does not provide an official API. This server uses an unofficial reverse-engineered API and may stop working at any time.
An MCP (Model Context Protocol) server that connects Claude/Cursor to your Yazio nutrition data. Track your diet, search food products, and manage your nutrition goals directly from your AI assistant.
Available on NPM: npx yazio-mcp
β¨ Features
π Authentication - Connect with your Yazio account
π Nutrition Analysis - Get comprehensive diet data and insights
π Food Tracking - Search, add, and manage food entries
πββοΈ Fitness Data - Track exercises and water intake
βοΈ Weight Monitoring - View weight history and trends
π― Goal Management - Access and manage nutrition goals
π Product Search - Search Yazio's extensive food database
π Quick Start
Add the following JSON your MCP client configuration:
Claude Desktop (Extension)
Download and open yazio-mcp.mcpb with Claude Desktop. You'll be prompted to enter your Yazio credentials β your password is stored securely in the OS keychain.
See Building Desktop Extensions with MCPB for more details.
Claude Desktop (Manual)
~/Library/Application Support/Claude/claude_desktop_config.json
Claude Code (CLI)
Verify with claude mcp list.
Cursor
There are a few ways to add the server:
Settings UI (easiest) β
Settings β MCP β + Add new MCP server, then fill in the command, args, and envProject config β add JSON to
.cursor/mcp.jsonin your project rootGlobal config β add JSON to
~/.cursor/mcp.json(applies to all projects)
π‘ Use Cases
π Analyze Your Nutrition Trends
"Get my nutrition data for the last week and analyze my eating patterns"
Claude can retrieve your daily summaries, identify trends, and provide insights about your eating habits, macro distribution, and areas for improvement.
π Search Food Products
"Search for 'chicken breast' in the Yazio database"
Find detailed nutritional information for any food product, including calories, macros, vitamins, and minerals.
π Add Forgotten Meals
"Add 200g of grilled salmon for yesterday's dinner"
Easily log meals you forgot to track in the Yazio app directly from Claude or Cursor.
π οΈ Available Tools
Tool | Description | Key Parameters |
| Get daily nutrition summary |
|
| Get food entries for a date |
|
| Get weight data | - |
| Get exercise data |
|
| Get water intake |
|
| Get nutrition goals | - |
| Get user preferences | - |
| Search food database |
|
| Get detailed product info |
|
| Add food to your log |
|
| Add water intake entry (cumulative value in ml) |
|
| Remove food from log |
|
Test Connection
β οΈ Important Disclaimers
Unofficial API: This uses a reverse-engineered API that may break
Credentials: Your Yazio credentials are only used for auth on Yazio servers
Use at Your Own Risk: API changes could affect functionality
π Requirements
Node.js 18+ (for npx)
Valid Yazio account
MCP-compatible client (Claude Desktop, Cursor, etc.)
Development
Download the repository
Point to local copy in your mcp config
Debugging:
π License
MIT License - see LICENSE file for details.