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(You Need A Budget)交互的模型上下文协议 (MCP) 服务器。提供通过支持 MCP 的客户端(例如 Claude Desktop)访问预算数据的工具。
将其添加到您的 MCP 客户端的配置中(例如,Claude Desktop 的cline_mcp_settings.json
):
如果您从特定目录运行:
要使用 MCP 检查器进行调试:
检查员提供:
检索有关经过身份验证的 YNAB 用户的信息,包括用户 ID 和电子邮件。
列出经过身份验证的用户可以访问的所有预算,包括预算 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) 服务器。提供通过支持 MCP 的客户端(例如 Claude Desktop)访问预算数据的工具。