Skip to content
Zed

yazio mcp for Zed

io.github.fliptheweb/yazio-mcp

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

client:Zed transport:stdio runtime:npm

Install yazio mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

yazio mcp in other clients