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.
Latest Blog Posts
- 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