ynab-mcp
Click on "Install 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-mcpshow me my budgets"
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-mcp
A Model Context Protocol (MCP) server for YNAB (You Need A Budget) that allows Claude to interact with your budgets.
Features
Tool | Description |
| List all budgets available to your YNAB account |
| List all accounts within a specific budget |
| Fetch transactions for an account with optional date filtering |
| Get aggregated spending totals by category |
| Get budget categories with allocated amounts, activity, and remaining balance |
| Get transactions for a specific category |
Related MCP server: ynab-mcp
Setup
1. Get your YNAB Personal Access Token
Go to YNAB Developer Settings
Click "New Token" and copy the generated token
2. Install dependencies
bun install3. Configure Claude Desktop
Edit your Claude Desktop config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the YNAB MCP server:
{
"mcpServers": {
"ynab": {
"command": "bun",
"args": ["/path/to/ynab-mcp/index.ts"],
"env": {
"YNAB_ACCESS_TOKEN": "your-personal-access-token-here"
}
}
}
}4. Restart Claude Desktop
After saving the config, restart Claude Desktop to load the MCP server.
Usage
Once configured, you can ask Claude things like:
"What budgets do I have in YNAB?"
"Show me my accounts in my main budget"
"What transactions have I made in my checking account this month?"
"How much did I spend on groceries last month?"
"What are my category balances for December?"
"Show me all restaurant transactions this year"
Development
Run the server directly for testing:
YNAB_ACCESS_TOKEN=your-token bun index.tsThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/obviyus/ynab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server