Yazio MCP

An MCP (Model Context Protocol) server that connects Claude/Cursor to your Yazio nutrition data. Track your diet, search food products, and manage your nutrition goals directly from your AI assistant. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 55 · #118 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Yazio MCP

before you install - you'll need

Set YAZIO_USERNAME, YAZIO_PASSWORD before connecting.

Claude Code

claude mcp add fliptheweb-yazio-mcp -- npx -y yazio-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package yazio-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.fliptheweb is GitHub-verified and matches the repo owner

03 · What Yazio MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- Unofficial API: This uses a reverse-engineered API that may break - Credentials: Your Yazio credentials are only used for auth on Yazio servers - Use at Your Own Risk: API changes could affect functionality

Latest releases

v0.0.14 · 2026-06-14

bundle dependencies to fix npx install failures · New Contributors · @weeebdev made their first contribution in

v0.0.13 · 2026-02-28

v0.0.12 · 2025-12-24

04 · Who maintains Yazio MCP

yazio-mcp is maintained by fliptheweb. We track 2 MCP servers from fliptheweb - 2 actively maintained, 61 combined GitHub stars, oldest repo from Sep 2025. Full record: all servers from fliptheweb.

  1. fatsecret-mcp MCP server for FatSecret API - food search, nutrition, diary, recipes, weight tracking (unofficial) ★ 6

05 · Facts

category
other - ranked #118 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-14)
registry
io.github.fliptheweb/yazio-mcp (active, first published 2025-09-25 · 5 versions)
packages
npm:yazio-mcp

06 · Yazio MCP FAQ

What is Yazio MCP?

An MCP (Model Context Protocol) server that connects Claude/Cursor to your Yazio nutrition data. Track your diet, search food products, and manage your nutrition goals directly from your AI assistant. It runs locally over stdio via the published package.

Is Yazio MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-13 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Yazio MCP?

Run `npx -y yazio-mcp`. The README documents 2 environment variables (YAZIO_USERNAME, YAZIO_PASSWORD) to set first. Set YAZIO_USERNAME, YAZIO_PASSWORD before connecting. You can also paste the ready-made client config above.

Does Yazio MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Yazio MCP

More MCP servers to compare · File AI · Word AI · Eds MCP Server · Formio MCP · Code Runner

More JavaScript MCP servers · Sleepwalker · Fouradata MCP Server · Clover Public · Osint Agent Skills · Chrome Bridge · see all