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 모델 컨텍스트 프로토콜(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와 완벽하게 통합되어 다음을 가능하게 합니다.
구현은 다음을 사용하여 모델 컨텍스트 프로토콜 표준을 따릅니다.
MIT
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 액세스를 제공합니다.