Skip to content
Cursor

quicken mac mcp for Cursor

io.github.dweekly/quicken-mac-mcp

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

client:Cursor transport:stdio runtime:npm

Install quicken mac mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

quicken mac mcp in other clients