lunchmoney-mcp
by akutishevsky·★ 70·综合分 48
LunchMoney 个人财务管理的 TypeScript MCP 服务器,提供全面的交易、预算和账户管理功能。
概述
这是一个实现良好的 MCP 服务器,提供对 LunchMoney 个人财务管理 API 的程序化访问。它涵盖了 LunchMoney 的全面功能,包括用户管理、类别、标签、交易、定期项目、预算、手动账户、Plaid 账户和加密货币跟踪。服务器使用 TypeScript 确保类型安全,通过 stdio 传输实现标准 MCP 协议,并支持多种安装方式,包括 Claude Desktop 捆绑包和 CLI 工具。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您使用LunchMoney进行个人财务管理,并希望AI助手通过MCP与您的财务数据交互,请选择此服务器。
什么时候不要选它
如果您不使用LunchMoney或需要访问不与LunchMoney集成的其他个人财务平台,请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具get_userRetrieve current user details
get_all_categoriesList all categories with optional filters
create_categoryCreate a new category or category group
get_transactionsList transactions with extensive filtering options
create_transactionsInsert one or more transactions in a single call
get_budget_summaryGet per-category budget summary with various options
upsert_budgetCreate or update a budget for a specific category and period
get_all_manual_accountsList all manually-managed accounts (formerly assets)
create_manual_accountCreate a new manually-managed account
get_all_plaid_accountsList all connected Plaid accounts
trigger_plaid_fetchTrigger fetch of latest data from Plaid accounts
get_all_cryptoList all synced and manual cryptocurrency holdings
可对比工具
安装
安装选项
MCP 捆绑包(推荐)
- 从 [发布页面](https://github.com/akutishevsky/lunchmoney-mcp/releases) 下载最新的
.mcpb文件 - 打开 Claude Desktop 并转到扩展部分
- 点击 "安装扩展" 并选择下载的
.mcpb文件 - 提示时输入您的 LunchMoney API 令牌
手动配置
{
"mcpServers": {
"lunchmoney": {
"command": "npx",
"args": ["@akutishevsky/lunchmoney-mcp"],
"env": {
"LUNCHMONEY_API_TOKEN": "您的-api-令牌"
}
}
}
}FAQ
- 这个服务器兼容 LunchMoney v1 API 吗?
- 不,此服务器针对 LunchMoney 的 v2 API,目前处于 alpha 阶段。v2.0.0 是一个重大更新版本,与 v1.x 不兼容。
- 服务器支持哪些功能?
- 它支持用户管理、类别、标签、交易、定期项目、预算、手动账户、Plaid 账户和加密货币跟踪,提供完整的 CRUD 操作。
lunchmoney-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。