Py Ynab
БесплатноНе проверенA Model Context Protocol server for YNAB (You Need A Budget). Enables users to query budgets, accounts, categories, transactions, and more, as well as create, u
Описание
A Model Context Protocol server for YNAB (You Need A Budget). Enables users to query budgets, accounts, categories, transactions, and more, as well as create, update, and delete transactions and manage scheduled transactions from any MCP client.
README
A Model Context Protocol server for YNAB (You Need A Budget). Talk to your budget from Claude, Cursor, or any MCP client.
Features
- Query budgets, accounts, categories, transactions, payees, and months
- Get single-resource details (account, category, payee, transaction)
- Create, update, and delete transactions (single and bulk)
- Update category budgets and metadata
- Rename payees
- Manage scheduled transactions (full CRUD)
- Budget settings and user info
Install
uvx py-ynab-mcp
Or with pip:
pip install py-ynab-mcp
Setup
- Get a YNAB Personal Access Token
- Add to your MCP client config:
{
"mcpServers": {
"ynab": {
"command": "uvx",
"args": ["py-ynab-mcp"],
"env": {
"YNAB_ACCESS_TOKEN": "your-token-here"
}
}
}
}
Why this project?
There are several YNAB MCP servers out there:
| Project | Language | License |
|---|---|---|
| calebl/ynab-mcp-server | TypeScript | MIT |
| mattweg/ynab-mcp | JavaScript | MIT |
| chrisguidry/you-need-an-mcp | Python | No license |
| py-ynab-mcp | Python | MIT |
We wanted an MIT-licensed Python implementation with full API coverage and thorough test coverage. At the time of writing, the only Python option had no OSS license, so we built this one.
YNAB API Coverage
Read
- User info, budget settings
- Budgets, accounts, categories, payees, months (list and single)
- Transactions with filtering by account, category, or payee
- Scheduled transactions (list and single)
Write
- Create, update, delete transactions (single and bulk)
- Update category budgets and metadata
- Rename payees
- Create, update, delete scheduled transactions
Not available in YNAB API
- Create/delete budgets, categories, or accounts
- Create/delete payees (auto-created via transactions)
- Transaction import
Development
# Clone and install
git clone https://github.com/duganth/py-ynab-mcp.git
cd py-ynab-mcp
uv sync
# Run tests
uv run pytest
# Lint and type check
uv run ruff check .
uv run mypy src/
License
MIT
Установка Py Ynab
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/duganth/py-ynab-mcpFAQ
Py Ynab MCP бесплатный?
Да, Py Ynab MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Py Ynab?
Нет, Py Ynab работает без API-ключей и переменных окружения.
Py Ynab — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Py Ynab в Claude Desktop, Claude Code или Cursor?
Открой Py Ynab на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Py Ynab with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
