Skip to content
Zed

ynab mcpb for Zed

io.github.dizzlkheinz/ynab-mcpb

Local-first YNAB MCP for reconciliation, receipt splitting, safe cleanup, and spending analysis

client:Zed transport:stdio runtime:npm

Install ynab mcpb 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": {
    "ynab-mcpb": {
      "command": "npx",
      "args": [
        "-y",
        "@dizzlkheinz/ynab-mcpb"
      ],
      "env": {
        "YNAB_ACCESS_TOKEN": "<YNAB_ACCESS_TOKEN>",
        "YNAB_MCP_WRITE_MODE": "<YNAB_MCP_WRITE_MODE>",
        "YNAB_MCP_TOOL_PROFILE": "<YNAB_MCP_TOOL_PROFILE>"
      }
    }
  }
}

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

ynab mcpb in other clients