you-need-an-advisor-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., "@you-need-an-advisor-mcpHow much did I spend on dining 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.
You Need an Advisor MCP
Not just API coverage -- a YNAB budgeting advisor powered by embedded methodology knowledge.
An MCP server that connects AI assistants like Claude to your YNAB budget. Ask questions about your finances in natural language and get answers backed by real data from the YNAB API, informed by YNAB's budgeting methodology.
Features
Full YNAB API coverage -- Budgets, accounts, categories, transactions, payees, months, scheduled transactions
YNAB methodology built-in -- Embedded knowledge of the Four Rules, overspending, credit cards, reconciliation, and Age of Money
Analysis & workflow prompts -- Spending trends, budget health, debt payoff planning, and more
Secure -- Your Personal Access Token stays on your machine; no data stored or forwarded
Related MCP server: YNAB MCP Server
Quick start
1. Get a YNAB Personal Access Token
2. Add to your Claude Desktop config (claude_desktop_config.json):
With uvx (recommended):
{
"mcpServers": {
"ynab": {
"command": "uvx",
"args": ["--from", "you-need-an-advisor-mcp", "ynaa-mcp"],
"env": {
"YNAB_PAT": "your-token-here"
}
}
}
}With Docker:
{
"mcpServers": {
"ynab": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"YNAB_PAT",
"ghcr.io/senivel/you-need-an-advisor-mcp"
],
"env": {
"YNAB_PAT": "your-token-here"
}
}
}
}3. Ask Claude about your budget.
Documentation
Full documentation: senivel.github.io/you-need-an-advisor-mcp
Links
This 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.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI-powered interaction with YNAB (You Need A Budget) data, allowing users to query their budgets through conversational interfaces.1663140MIT
- Flicense-qualityDmaintenanceAn MCP server that provides Large Language Models with access to YNAB (You Need A Budget) budgets, allowing them to fetch budget data including accounts, categories, and category groups.6
- AlicenseAqualityDmaintenanceA minimal and auditable MCP server that enables local AI assistants to read and manage YNAB budget data. It supports operations like listing accounts, tracking transactions, and moving money between categories while maintaining user privacy.9MIT
- AlicenseAqualityDmaintenanceAn MCP server that exposes the full YNAB API, allowing LLMs to read and manage budgets, accounts, and transactions through natural language. It features 49 specialized tools for comprehensive financial management, including category updates, money movements, and transaction tracking.47116MIT
Related MCP Connectors
Hosted remote MCP server for YNAB on Cloudflare Workers with OAuth
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
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/senivel/you-need-an-advisor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server