ynab-mcp
JSON →MCP server for YNAB. Reconcile bank statements, itemize receipts, manage transactions â all through natural language.
Tools · 28
- list_budgets List all budgets
- get_budget Get a specific budget
- get_default_budget Get the default budget
- set_default_budget Set the default budget
- list_accounts List all accounts
- get_account Get a specific account
- create_account Create a new account
- list_transactions List all transactions
- get_transaction Get a specific transaction
- create_transaction Create a single transaction
- create_transactions Create multiple transactions
- update_transaction Update a single transaction
- update_transactions Update multiple transactions
- delete_transaction Delete a transaction
- export_transactions Export transactions
- compare_transactions Compare transactions
- create_receipt_split_transaction Create a receipt split transaction
- list_categories List all categories
- get_category Get a specific category
- update_category Update a category
- list_payees List all payees
- get_payee Get a specific payee
- list_months List all months
- get_month Get a specific month
- reconcile_account Reconcile an account
- get_user Get user information
- diagnostic_info Get diagnostic information
- clear_cache Clear the cache
Environment variables
YNAB_ACCESS_TOKEN
Links
★ 7 GitHub stars