YNAB Assistant
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@YNAB Assistantwhat's my current balance in groceries for this month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
YNAB Assistant
A FastMCP server that lets AI assistants interact with your YNAB budget through the Model Context Protocol.
What is this?
This is a personal MCP server that exposes YNAB API functionality as tools that Claude (or other AI assistants) can use. It lets you ask questions about your budget, create transactions, update categories, and more using natural language.
Related MCP server: YNAB MCP Server
Setup
Install dependencies:
uv syncSet your YNAB access token:
Get your token from YNAB Developer Settings, then:
export YNAB_ACCESS_TOKEN="your_token_here"Or use direnv with
.envrc:echo 'export YNAB_ACCESS_TOKEN="your_token_here"' > .envrc direnv allowRun the server:
uv run python main.pyServer runs at
http://localhost:8000/mcp
What can it do?
The server provides 21 tools across different areas:
Accounts: List accounts, get account details
Categories: View and update category budgets and notes
Transactions: Create, read, update, and delete transactions
Months: View budget month details
User: Get authenticated user info
Development
Run linters until clean:
ruff check --fix && basedpyrightNotes
This server cannot be deployed
Maintenance
Related MCP Connectors
Personal finance for AI agents: accounts, budgets, goals, 9-strategy debt payoff, reports. OAuth 2.1
Personal-finance workspace for AI agents: accounts, spending, budgets, goals, and investments.
Household budgeting app with AI assistant: zero-based envelopes, accounts, transactions, reports.
- ManiloOAuthapp.ledgy.api
Log, query, and edit expenses, budgets, and accounts in Manilo (formerly Ledgy) from any MCP-compatible AI assistant.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to help manage your You Need A Budget (YNAB) finances through comprehensive budget operations. Supports account management, transaction handling, category budgeting, split transactions, scheduled payments, and spending analytics with robust error handling and automatic retry logic.214MIT
- AlicenseAqualityCmaintenanceEnables interaction with You Need A Budget (YNAB) through their API, allowing users to manage budgets, accounts, categories, transactions, payees, and scheduled transactions through natural language.1216 npm1GPL 3.0
- FlicenseAqualityCmaintenanceEnables users to manage budgets, accounts, categories, and transactions on You Need A Budget (YNAB) through Claude. It supports both core daily budget management and extended operations like bulk transaction creation and historical trend analysis.152-
- AlicenseBqualityCmaintenanceExposes YNAB API endpoints as MCP tools, allowing AI assistants to manage budgets, accounts, transactions, and more through natural language.4494MIT