Odel
yazio mcp

yazio mcp

Local
@fliptheweb59JavaScriptMITUpdated 3w ago

MCP server for accessing Yazio user & nutrition data (unofficial)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmyazio-mcpv0.0.13

Run

npx -y yazio-mcp

MCP client config

{
  "mcpServers": {
    "yazio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yazio-mcp"
      ]
    }
  }
}