Skip to content
Cursor

mcp for ynab for Cursor

io.github.walensis-labs/mcp-for-ynab

YNAB budget access for AI assistants: safe gated writes, month-close sessions, float attribution.

client:Cursor transport:stdio runtime:npm

Install mcp for ynab 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": {
    "mcp-for-ynab": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@walensis/mcp-for-ynab"
      ],
      "env": {
        "YNAB_ACCESS_TOKEN": "<YNAB_ACCESS_TOKEN>",
        "YNAB_ALLOW_WRITES": "<YNAB_ALLOW_WRITES>"
      }
    }
  }
}

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

mcp for ynab in other clients