Skip to content
Grok

quicken mac mcp for Grok

io.github.dweekly/quicken-mac-mcp

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

client:Grok transport:stdio runtime:npm

Install quicken mac mcp in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

quicken mac mcp in other clients