← Index

io.github.dweekly/quicken-mac-mcp

io.github.dweekly/quicken-mac-mcp·v1.0.3·Other
Quality Score
83
/100

Read-only access to Quicken For Mac financial data: transactions, spending, and portfolios.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "quicken-mac-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "quicken-mac-mcp"
      ],
      "env": {
        "QUICKEN_DB_PATH": "<quicken_db_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "quicken-mac-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "quicken-mac-mcp"
      ],
      "env": {
        "QUICKEN_DB_PATH": "<quicken_db_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y quicken-mac-mcp
§02  Environment variables
QUICKEN_DB_PATH

Path to Quicken database file (auto-detected if not set)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other