Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

You Need An Advisor

БесплатноНе проверен

An MCP server that connects AI assistants to YNAB budgets, enabling natural language queries about finances backed by full API coverage and built-in YNAB method

GitHubEmbed

Описание

An MCP server that connects AI assistants to YNAB budgets, enabling natural language queries about finances backed by full API coverage and built-in YNAB methodology knowledge.

README

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

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

from github.com/senivel/you-need-an-advisor-mcp

Установка You Need An Advisor

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/senivel/you-need-an-advisor-mcp

FAQ

You Need An Advisor MCP бесплатный?

Да, You Need An Advisor MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для You Need An Advisor?

Нет, You Need An Advisor работает без API-ключей и переменных окружения.

You Need An Advisor — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить You Need An Advisor в Claude Desktop, Claude Code или Cursor?

Открой You Need An Advisor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare You Need An Advisor with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai