Yazio Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Yazio Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
[!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~~ — one-click install is broken upstream, see workaround.
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"
}
}
}
}[!WARNING] One-click.mcpbinstall is broken by a Claude Desktop bug (mcpb#281). Workaround: download yazio-mcp.zip, extract it, and use Settings → Extensions → Advanced settings → Install Unpacked Extension. Or just use thenpxconfig above.
~/Library/Application Support/Claude/claude_desktop_config.json
claude mcp add yazio -e [email protected] -e YAZIO_PASSWORD=your_password -- npx -y yazio-mcpVerify 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, 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 |
YAZIO_USERNAME='your_email' YAZIO_PASSWORD='your_password' npx yazio-mcpYAZIO_USERNAME=X YAZIO_PASSWORD=X npx -y @modelcontextprotocol/inspector npx <local-path>/yazio-mcpMIT License - see LICENSE file for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.