YNAB MCP 서버
YNAB(You Need A Budget)와 상호 작용하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. Claude Desktop과 같은 MCP 지원 클라이언트를 통해 예산 데이터에 접근할 수 있는 도구를 제공합니다.
MCP 클라이언트 구성
기본 구성
MCP 클라이언트 구성에 다음을 추가합니다(예: Claude Desktop의 경우 cline_mcp_settings.json
):
지엑스피1
고급 구성
특정 디렉토리에서 실행하는 경우:
디버깅
MCP 검사기로 디버깅하려면:
- 검사기를 설치하세요:
- uv와 함께 검사기를 사용하도록 구성을 업데이트하세요.
검사관은 다음을 제공합니다.
- 도구 호출 및 응답의 실시간 로그
- 요청/응답 검사
- 도구 스키마 검증
- 대화형 테스트 인터페이스
사용 가능한 도구
사용자 가져오기
사용자 ID와 이메일을 포함하여 인증된 YNAB 사용자에 대한 정보를 검색합니다.
리스트버짓
예산 ID와 이름을 포함하여 인증된 사용자가 액세스할 수 있는 모든 예산을 나열합니다.
겟버짓
거래 내역, 범주, 잔액을 포함하여 특정 예산에 대한 자세한 정보를 검색합니다. 날짜 필터링 및 거래 제한 기능을 선택적으로 지원합니다.
참고: 금액은 밀리단위로 반환됩니다(예: 1000 = $1.00).
GetBudget 카테고리
지정된 예산에 정의된 모든 카테고리(카테고리 그룹, 이름, 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