MCP Catalogs
首页

quicken-mac-mcp

by dweekly·18·综合分 44

通过 Claude 为 Quicken For Mac 提供只读财务数据访问的 MCP 服务器。

financeproductivityai-llm
5
Forks
4
活跃 Issue
本月
最近提交
2 天前
收录于

概述

该 MCP 服务器通过八个预打包工具使 Claude 能够与 Quicken For Mac 财务数据交互。它提供对账户、交易、按类别支出、月度趋势和投资持仓的只读访问。服务器封装了针对 Quicken SQLite 数据库的 SQL 查询,使用 MCP 时 Quicken 必须保持打开状态。同时提供 MCP 服务器和 Claude Skill,其中技能是 Claude Code 用户的推荐方法。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:按类别分析随时间变化的个人支出模式
:跨多个账户查询特定交易
:跟踪投资持仓和表现
:使用此 MCP 服务器我的财务数据是否安全?
:使用 MCP 时是否需要保持 Quicken For Mac 打开?

什么时候选它

如果您使用 Quicken For Mac 并希望在不离开 Claude 环境的情况下获得对财务数据的 AI 驱动的洞察,请选择此工具。

什么时候不要选它

如果您需要财务数据的写入权限,或者使用 Mint 或 YNAB 等其他个人理财应用程序,请不要选择此工具。

此 server 暴露的工具

从 README 抽取出 8 个工具
  • list_accounts

    List all accounts with name, type, and active/closed status. Optional type filter.

  • list_categories

    List all category tags with parent hierarchy. Filter by expense/income.

  • query_transactions

    Query transactions with filters: date range, account types/names, amount range, payee search, category.

  • spending_by_category

    Aggregate spending by category or parent category for a date range.

  • spending_over_time

    Monthly spending totals, optionally broken down by category.

  • search_payees

    Search payees by name with transaction counts.

  • list_portfolio

    List investment holdings with shares, cost basis, and stored Quicken price quotes.

  • raw_query

    Run arbitrary SELECT queries (500-row limit).

可对比工具

ynab-mcpmint-api-integrationpersonal-finance-gpt

安装

推荐安装 (Claude Code,包含 Skill 和 MCP)

claude plugin install quicken-mac-mcp

Claude Desktop (手动 JSON)

添加到 ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "quicken": {
      "command": "npx",
      "args": ["-y", "quicken-mac-mcp"]
    }
  }
}

自定义数据库路径

如果您有多个 Quicken 文件或 .quicken 捆绑包不在 ~/Documents 中,请设置 QUICKEN_DB_PATH 环境变量。

FAQ

使用此 MCP 服务器我的财务数据是否安全?
是的,数据库始终以只读模式打开。您的 Quicken 数据永远不会被此服务器修改。
使用 MCP 时是否需要保持 Quicken For Mac 打开?
是的,使用技能或 MCP 时必须保持 Quicken 打开。Quicken 在应用关闭时会加密其数据库文件。

quicken-mac-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。