Skip to content

MCP Server for YNAB for Zed

io.github.hs737/mcp-server-for-ynab

Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.

client:Zed transport:stdio runtime:pypi

Install MCP Server for YNAB 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": {
    "mcp-server-for-ynab": {
      "command": "uvx",
      "args": [
        "mcp-server-for-ynab"
      ],
      "env": {
        "YNAB_API_KEY": "<YNAB_API_KEY>",
        "YNAB_PLAN_ID": "<YNAB_PLAN_ID>",
        "YNAB_ALLOW_WRITES": "<YNAB_ALLOW_WRITES>"
      }
    }
  }
}

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

MCP Server for YNAB in other clients