Skip to content
Gemini CLI

quicken mac mcp for Gemini CLI

io.github.dweekly/quicken-mac-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install quicken mac mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

quicken mac mcp in other clients