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
Claude Code と You Need A Budget (YNAB) の統合のための YNAB Model Context Protocol (MCP) サーバー。
このリポジトリには、Claude CodeがYNAB(You Need A Budget)アカウントと連携できるようにするDockerベースのMCPサーバーが含まれています。OAuthフローを実装し、予算管理、取引追跡、財務分析のための包括的なAPIを提供します。
config/config.example.js
をconfig/config.js
にコピーし、YNAB API の認証情報を追加します。docker build -t ynab-mcp:latest .
この MCP は Claude とシームレスに統合され、次のことが可能になります。
実装は、以下を使用してモデル コンテキスト プロトコル標準に従います。
マサチューセッツ工科大学
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.
Claude Code が You Need A Budget (YNAB) アカウントと対話できるようにし、OAuth 認証を通じて予算管理、トランザクション追跡、財務分析のための API アクセスを提供するモデル コンテキスト プロトコル サーバー。