Skip to main content
Glama
senivel

you-need-an-advisor-mcp

by senivel

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.

PyPI Python License

CI Docs Pyright Ruff

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
3Releases (12mo)
Commit activity

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

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