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 模型上下文协议 (MCP) 服务器用于 Claude Code 与 You Need A Budget (YNAB) 的集成。
此仓库包含一个基于 Docker 的 MCP 服务器,使 Claude Code 能够与 YNAB(You Need A Budget)账户进行交互。它实现了 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 访问。