← Index

io.github.fliptheweb/yazio-mcp

io.github.fliptheweb/yazio-mcp·v0.0.13·Other
Quality Score
78
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "yazio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yazio-mcp"
      ],
      "env": {
        "YAZIO_USERNAME": "<your-yazio_username>",
        "YAZIO_PASSWORD": "<your-yazio_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "yazio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yazio-mcp"
      ],
      "env": {
        "YAZIO_USERNAME": "<your-yazio_username>",
        "YAZIO_PASSWORD": "<your-yazio_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y yazio-mcp
§02  Environment variables
YAZIO_USERNAME
requiredsecret

Yazio Username

YAZIO_PASSWORD
requiredsecret

Yazio Password

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other