Yazio MCP
MCP server for accessing Yazio user & nutrition data (unofficial)
Yazio MCP Server 
[!IMPORTANT] This is not 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
Claude Desktop Extension: yazio-mcp.mcpb
β¨ 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:
{
"mcpServers": {
"yazio": {
"command": "npx",
"args": ["-y", "yazio-mcp"],
"env": {
"YAZIO_USERNAME": "[email protected]",
"YAZIO_PASSWORD": "your_password"
}
}
}
}
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)
claude mcp add yazio -e [email protected] -e YAZIO_PASSWORD=your_password -- npx -y yazio-mcp
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 env - Project config β add JSON to
.cursor/mcp.jsonin your project root - Global 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_user_daily_summary | Get daily nutrition summary | date |
get_user_consumed_items | Get food entries for a date | date |
get_user_weight | Get weight data | - |
get_user_exercises | Get exercise data | date |
get_user_water_intake | Get water intake | date |
get_user_goals | Get nutrition goals | - |
get_user_settings | Get user preferences | - |
search_products | Search food database | query |
get_product | Get detailed product info | id |
add_user_consumed_item | Add food to your log | productId, amount, date, mealType |
add_user_water_intake | Add water intake entry (cumulative value in ml) | date, water_intake |
remove_user_consumed_item | Remove food from log | itemId |
Test Connection
YAZIO_USERNAME='your_email' YAZIO_PASSWORD='your_password' npx yazio-mcp
β οΈ 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:
YAZIO_USERNAME=X YAZIO_PASSWORD=X npx -y @modelcontextprotocol/inspector npx <local-path>/yazio-mcp
π License
MIT License - see LICENSE file for details.
Server Terkait
mail-mcp
Most email MCP servers only read from IMAP. mail-mcp does everything: 30 tools for reading, searching, sending, replying, forwarding, and bulk operations across IMAP, SMTP, Microsoft Graph API, and Exchange Web Services. Multi-account, native OAuth2, built in Rust. Works with Gmail, Microsoft 365, Hotmail/Outlook.com, Zoho, and any standard IMAP/SMTP server.
Atlas Social
AI-powered social media posting across 14 platforms with per-platform content adaptation, scheduling, and 30-day calendar generation
MCP Intercom Server
Provides access to Intercom conversations and chats. Requires an Intercom API key.
Alice MCP Server
Secure audio transcription meets AI. Connect Alice recordings to Claude, ChatGPT, Gemini, and more.
Human-in-the-Loop
Allows AI assistants to ask questions to humans via Discord.
Voice Call MCP Server
Enables AI assistants to initiate and manage voice calls using Twilio and OpenAI.
FastAlert.Now
Broadcast AI-driven alerts securely to thousands of phones and laptops in secondsβno apps, no SMS, and total user privacy.
MCP ChatGPT Proxy
A production-ready MCP server for ChatGPT and o3-pro, featuring caching, cost tracking, and rate limiting.
Agent Hub
Agent-to-agent messaging, trust attestation, and collaboration infrastructure β 20 tools + 8 resources for DMs, trust profiles, obligations, and agent discovery via Streamable HTTP.
Slack MCP Server
A server for integrating with Slack, enabling communication and automation within your workspace.