Skip to content
Cursor

yazio mcp for Cursor

io.github.fliptheweb/yazio-mcp

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

client:Cursor transport:stdio runtime:npm

Install yazio mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "yazio-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "yazio-mcp"
      ],
      "env": {
        "YAZIO_USERNAME": "<YAZIO_USERNAME>",
        "YAZIO_PASSWORD": "<YAZIO_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

yazio mcp in other clients