Skip to main content
Glama
Akhows

monter-mcp

by Akhows

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 文件并进行计算。

安装

  1. 在 iPhone 上的 Monter 中:个人资料 → 导出数据(JSON),然后 通过 AirDrop 将文件发送到你的电脑(例如存入 ~/Documents)。

  2. 将服务器添加到你的助手配置中。

Claude Desktopclaude_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

工具

工具

功能说明

snapshot_meta

导出文件的新鲜度及其包含的内容

spending

按月或按日期范围统计的总支出及分类支出

income

某一时期内的总收入

transactions_search

按商户或类别查找交易记录

subscriptions_overview

周期性订阅及年度总成本

debts_overview

债务余额、年利率及每月利息

wallets_overview

各钱包及币种的余额

idle_cash_check

超过三个月支出且收益率低于 3% 的闲置现金

insurance_overview

保费总额及其占月支出的比例

goals_overview

储蓄目标及当前进度

checkins_stats

打卡连续天数与积分

health_score

应用的 0-100 财务健康评分及其构成项 *

money_leaks

检测到的资金流失、月均成本及已解决的优化项 *

freedom_day

根据用户计划估算的财务自由日 *

profile_overview

用户设定的信息:支出、应急基金目标、收入来源

budgets_overview

预算限额与实际支出的对比

* 需要从 Monter 1.1+(schemaVersion 2,含计算层)导出的文件。旧版本导出文件仍可正常使用其他所有功能。

隐私

通过此包,你的导出数据绝不会离开你的设备:服务器在本地运行,不发起任何网络请求,也不包含任何分析代码。需要坦诚说明的一点:你所连接的助手由你自行选择——通过这些工具读取的任何数据都会经由该助手的服务提供商传输,具体取决于你与其达成的协议。

所有数据都是你个人的,计算也只是简单的算术重组。这里不构成任何财务建议。

开发

npm install
npm test   # builds and runs smoke tests against test/fixture.json

MIT © MB Utilab

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides 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.
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    24
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    14
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Converts Quicken QIF files into a queryable DuckDB database and exposes financial data through MCP tools, enabling LLMs to query transactions, accounts, and summaries.
    15

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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