MCP server for accessing Yazio user & nutrition data (unofficial)
{
"mcpServers": {
"yazio": {
"env": {
"YAZIO_PASSWORD": "your_password",
"YAZIO_USERNAME": "your_email@emai.com"
},
"args": [
"-y",
"yazio-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for accessing Yazio user & nutrition data (unofficial)
Is it safe?
No known CVEs for yazio-mcp.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 39 days ago. 30 stars. 134 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'yazio-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
FHIR MCP Server – helping you expose any FHIR Server or API as a MCP Server.
DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring
A Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
MCP Security Weekly
Get CVE alerts and security updates for io.github.fliptheweb/yazio-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
[!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
Add the following JSON your MCP client configuration:
{
"mcpServers": {
"yazio": {
"command": "npx",
"args": ["-y", "yazio-mcp"],
"env": {
"YAZIO_USERNAME": "your_email@emai.com",
"YAZIO_PASSWORD": "your_password"
}
}
}
}
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.
~/Library/Application Support/Claude/claude_desktop_config.json
claude mcp add yazio -e YAZIO_USERNAME=your_email@email.com -e YAZIO_PASSWORD=your_password -- npx -y yazio-mcp
Verify with claude mcp list.
There are a few ways to add the server:
Settings → MCP → + Add new MCP server, then fill in the command, args, and env.cursor/mcp.json in your project root~/.cursor/mcp.json (applies to all projects)"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 for 'chicken breast' in the Yazio database"
Find detailed nutritional information for any food product, including calories, macros, vitamins, and minerals.
"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.
| 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, `mealTy