A
securityF
licenseA
qualityAn MCP server that allows users to interact with YNAB data, enabling access to account balances, transactions, and the creation of new transactions through the Model Context Protocol.
Last updated -
10
1
Python
モデル コンテキスト プロトコルを通じて YNAB (You Need A Budget) 機能へのアクセスを提供する MCP サーバー実装。
サーバーが機能するにはYNAB APIキーが必要です。YNAB開発者設定から取得できます。
API キーは次の方法で提供できます。
YNAB_API_KEY=your_api_key
.env
ファイルynab://accounts
- すべての YNAB アカウントをリストしますynab://transactions/{account_id}
- 特定のアカウントの最近の取引を取得するcreate_transaction
- 新しいトランザクションを作成するget_account_balance
- アカウントの現在の残高を取得するこのプロジェクトでは、一般的な操作にタスクファイルを使用します。主なコマンドは次のとおりです。
利用可能なすべてのタスクについては、 Taskfile.yml を参照してください。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
モデル コンテキスト プロトコルを通じて YNAB (You Need A Budget) 機能へのアクセスを提供し、ユーザーがアカウント残高を表示したり、取引データにアクセスしたり、新しい取引を作成したりできるようにします。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Meh-S-Eze/ynab-mcp-client2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server