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.
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/senivel/you-need-an-advisor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server