ntdef/ynab-mcp
If you are the rightful owner of ynab-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The YNAB MCP Server is a Model Context Protocol server designed to interact with the YNAB (You Need A Budget) API, enabling users to manage their budgets, accounts, categories, and transactions programmatically.
Tools
Functions exposed to the LLM to take actions
get_budgets
Retrieve all budgets for the authenticated user
get_budget_summary
Get a summary of the budget, optionally for a specific month
get_accounts
Retrieve all accounts for a specific budget
get_categories
Retrieve all categories for a specific budget
create_category
Create a new category in the specified budget group
update_category_budgeted
Update the budgeted amount for a category in a specific month
get_transactions
Retrieve transactions for a specific budget, optionally filtered by date, account, or category
create_transaction
Create a new transaction in the specified budget
update_transaction
Update one or more fields of a specific transaction
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client