ynab-mcp-server
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-mcp-servershow me my spending this month by category"
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-server
A personal MCP server that gives Claude native access to YNAB budget data.
Architecture
Layer 1: FastMCP reads YNAB's official OpenAPI spec at startup and auto-generates one MCP tool per endpoint.
Layer 2: Custom tools for higher-level workflows: spending summaries by category, payee consolidation/renaming.
Related MCP server: monarch-mcp
Setup
Prerequisites
uv — Python package manager
A YNAB Personal Access Token from app.ynab.com/settings/developer
Install
uv syncConfigure
Create a .env file (never committed):
YNAB_API_TOKEN=your_token_here
YNAB_READ_ONLY=falseRun
YNAB_API_TOKEN=your_token uv run ynab-mcp-serverConnecting to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"ynab": {
"command": "/absolute/path/to/.venv/bin/ynab-mcp-server",
"env": {
"YNAB_API_TOKEN": "your_token_here",
"YNAB_READ_ONLY": "false"
}
}
}
}Use the absolute path from which ynab-mcp-server after uv sync.
Environment Variables
Variable | Required | Description |
| Yes | YNAB personal access token |
| No | Set |
Testing
npx @modelcontextprotocol/inspectorMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server for interacting with YNAB (You Need A Budget). Provides tools for accessing budget data through MCP-enabled clients like Claude Desktop.Last updated4MIT
- FlicenseBqualityDmaintenanceMCP server that bridges Claude to Monarch Money for personal-finance analysis and lightweight edits.Last updated18
- Flicense-qualityCmaintenanceA self-hosted MCP server that lets Claude query your bank accounts, balances, and transactions through Plaid.Last updated1
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables Claude to interact with YNAB budgets, including listing budgets, accounts, transactions, and category spending.Last updated913MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Gregarrific/ynab-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server