Labsco
EthanKang1 logo

YNAB

โ˜… 4

from EthanKang1

Access and manage your YNAB (You Need A Budget) data through MCP-enabled clients.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” an MCP server for YNAB (You Need A Budget) that lets MCP clients read budget data through natural language.

What you get โ€”

  • User and budget listing โ€” GetUser, ListBudgets to see accessible budgets and IDs
  • Budget detail โ€” GetBudget with optional date filtering and transaction limits (amounts in milliunits, 1000 = $1.00)
  • Category and settings access โ€” GetBudgetCategories, GetBudgetSettings (currency/date formats)
  • MCP Inspector support for debugging tool calls

Requirements โ€” a YNAB personal access token (YNAB_API_KEY); a YNAB account.

Cost snapshot โ€” server is free and MIT-licensed; requires a YNAB subscription/account for the API key. YNAB itself is a paid product, but the README states no price.

Setup effort โ€” uvx run ynab-mcp (or uv --directory) with the key in the env block.

Our take โ€” handy for asking questions about your budget in-chat, but the tools are read-only (Get/List) โ€” there's no way to create or edit transactions here, so it's for reporting, not bookkeeping.

Source: the project README โ€” summarized 2026-07-08.