★ 1 stars
JavaScript
🤖 AI/LLM
Updated today
MCP server for YNAB (You Need A Budget) — full API coverage. Budget tracking, transaction categorization, account management, goal monitoring, and financial reporting through AI.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ynab-mcp-server": {
"command": "npx",
"args": [
"-y",
"oliverames/ynab-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ynab-mcp-server npx -y oliverames/ynab-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ynab-mcp-server": {
"command": "npx",
"args": [
"-y",
"oliverames/ynab-mcp-server"
]
}
}
}
📋 Copy
Topics
ai ai-tools anthropic api-client automation budget-tracker budgeting claude expense-tracker financial-planning fintech javascript llm mcp model-context-protocol