Developer Tools
Trust: 41/100 (Fair)io.github.fliptheweb/yazio-mcp Guide
MCP server for accessing Yazio user & nutrition data (unofficial)
18 starsby fliptheweb
Quick Start
Install
npx yazio-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-fliptheweb-yazio-mcp": {
"command": "npx",
"args": [
"yazio-mcp"
]
}
}
}