monter-mcp
monter-mcp
向任何支持 MCP 的助手询问你的财务情况——数据完全本地处理,直接读取你在 Monter 中导出的文件。
"How much did I spend in July?"
"What do I pay for on autopilot every month?"
"How much does my credit card quietly cost me per month?"
"Is any of my cash sitting idle below market rate?"每个回答都是对你自有数据的简单算术运算。无需服务器,无需账户,无遥测——这个包只读取你磁盘上的一个 JSON 文件并进行计算。
安装
在 iPhone 上的 Monter 中:个人资料 → 导出数据(JSON),然后 通过 AirDrop 将文件发送到你的电脑(例如存入
~/Documents)。将服务器添加到你的助手配置中。
Claude Desktop(claude_desktop_config.json):
{
"mcpServers": {
"monter": {
"command": "npx",
"args": ["-y", "monter-mcp", "--export", "/Users/you/Documents/monter-export-2026-08-21.json"]
}
}
}Claude Code:
claude mcp add monter -- npx -y monter-mcp --export ~/Documents/monter-export-2026-08-21.json随时重新导出;服务器会自动获取最新文件(它会在文件变更时重新读取)。如果你希望每次导出时都覆盖同一个文件,可以将配置指向一个固定路径,例如 ~/Documents/monter-export.json。
Related MCP server: plaid-mcp
工具
工具 | 功能说明 |
| 导出文件的新鲜度及其包含的内容 |
| 按月或按日期范围统计的总支出及分类支出 |
| 某一时期内的总收入 |
| 按商户或类别查找交易记录 |
| 周期性订阅及年度总成本 |
| 债务余额、年利率及每月利息 |
| 各钱包及币种的余额 |
| 超过三个月支出且收益率低于 3% 的闲置现金 |
| 保费总额及其占月支出的比例 |
| 储蓄目标及当前进度 |
| 打卡连续天数与积分 |
| 应用的 0-100 财务健康评分及其构成项 * |
| 检测到的资金流失、月均成本及已解决的优化项 * |
| 根据用户计划估算的财务自由日 * |
| 用户设定的信息:支出、应急基金目标、收入来源 |
| 预算限额与实际支出的对比 |
* 需要从 Monter 1.1+(schemaVersion 2,含计算层)导出的文件。旧版本导出文件仍可正常使用其他所有功能。
隐私
通过此包,你的导出数据绝不会离开你的设备:服务器在本地运行,不发起任何网络请求,也不包含任何分析代码。需要坦诚说明的一点:你所连接的助手由你自行选择——通过这些工具读取的任何数据都会经由该助手的服务提供商传输,具体取决于你与其达成的协议。
所有数据都是你个人的,计算也只是简单的算术重组。这里不构成任何财务建议。
开发
npm install
npm test # builds and runs smoke tests against test/fixture.jsonMIT © MB Utilab
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides an MCP server for querying and managing Monarch Money personal finance data through a local SQLite mirror with read-only SQL access. It enables users to sync transaction history from the Monarch API and analyze accounts, categories, and tags.1MIT
- AlicenseAqualityDmaintenanceA read-only MCP server that enables users to analyze their real bank, credit card, loan, and brokerage data through Plaid. It provides financial analysis tools for transactions, balances, investments, liabilities, and debt while keeping all access tokens and data locally stored.24MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying personal finance data including accounts, transactions, spending, holdings, net worth, and budgets from your self-hosted OpenCoffer instance. Supports natural language queries through any MCP-compatible client.14MIT
- FlicenseNot gradedqualityCmaintenanceConverts Quicken QIF files into a queryable DuckDB database and exposes financial data through MCP tools, enabling LLMs to query transactions, accounts, and summaries.15
Related MCP Connectors
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Akhows/monter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server