yazio mcp for Claude Desktop
io.github.fliptheweb/yazio-mcp
MCP server for accessing Yazio user & nutrition data (unofficial)
client:Claude Desktop
transport:stdio
runtime:npm
Install yazio mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"yazio-mcp": {
"command": "npx",
"args": [
"-y",
"yazio-mcp"
],
"env": {
"YAZIO_USERNAME": "<YAZIO_USERNAME>",
"YAZIO_PASSWORD": "<YAZIO_PASSWORD>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs