YNAB MCP サーバー
YNAB(You Need A Budget)と連携するためのモデルコンテキストプロトコル(MCP)サーバー。Claude DesktopなどのMCP対応クライアントから予算データにアクセスするためのツールを提供します。
MCPクライアント構成
基本構成
これを MCP クライアントの構成に追加します (例: Claude Desktop の場合はcline_mcp_settings.json
)。
詳細設定
特定のディレクトリから実行している場合:
デバッグ
MCP Inspector を使用してデバッグするには:
- インスペクターをインストールします。
- UV でインスペクターを使用するように設定を更新します。
検査官は以下を提供します:
- ツールの呼び出しと応答のリアルタイムログ
- リクエスト/レスポンス検査
- ツールスキーマ検証
- インタラクティブなテストインターフェース
利用可能なツール
ユーザーを取得
ユーザー ID や電子メールなど、認証された YNAB ユーザーに関する情報を取得します。
リスト予算
予算 ID と名前を含む、認証されたユーザーがアクセスできるすべての予算を一覧表示します。
予算を取得
特定の予算に関する詳細情報(取引、カテゴリ、残高など)を取得します。オプションで日付フィルタリングと取引制限もサポートします。
注: 金額はミリ単位で返されます (例: 1000 = $1.00)。
予算カテゴリを取得する
カテゴリ グループ、名前、ID など、指定された予算で定義されているすべてのカテゴリを取得します。
予算設定の取得
通貨形式、日付形式、その他の設定など、指定された予算の設定を取得します。
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)と連携するためのモデルコンテキストプロトコル(MCP)サーバー。Claude DesktopなどのMCP対応クライアントから予算データにアクセスするためのツールを提供します。
Related MCP Servers
- AsecurityFlicenseAqualityAn 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 -101Python
- -securityFlicense-qualityProvides access to YNAB (You Need A Budget) functionality through the Model Context Protocol, allowing users to view account balances, access transaction data, and create new transactions.Last updated -Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI-powered interaction with YNAB (You Need A Budget) data, allowing users to query their budgets through conversational interfaces.Last updated -1151TypeScriptMIT License
- -securityAlicense-qualityA hub server that connects to and manages other MCP (Model Context Protocol) servers.Last updated -1814TypeScriptMIT License