Skip to content
Cursor

ynab mcpb for Cursor

io.github.dizzlkheinz/ynab-mcpb

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

client:Cursor transport:stdio runtime:npm

Install ynab mcpb 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": {
    "ynab-mcpb": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

ynab mcpb in other clients