YNAB MCP 服务器
用于与 YNAB(You Need A Budget)交互的模型上下文协议 (MCP) 服务器。提供通过支持 MCP 的客户端(例如 Claude Desktop)访问预算数据的工具。
MCP 客户端配置
基本配置
将其添加到您的 MCP 客户端的配置中(例如,Claude Desktop 的cline_mcp_settings.json
):
高级配置
如果您从特定目录运行:
调试
要使用 MCP 检查器进行调试:
- 安装检查器:
- 更新您的配置以使用带有 uv 的检查器:
检查员提供:
- 工具调用和响应的实时日志
- 请求/响应检查
- 工具架构验证
- 交互式测试界面
可用工具
获取用户
检索有关经过身份验证的 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)访问预算数据的工具。
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 -9823TypeScriptMIT License