MCP Catalogs
Home

quicken-mac-mcp

by dweekly·18·Score 44

MCP server providing read-only access to Quicken For Mac financial data via Claude.

financeproductivityai-llm
5
Forks
4
Open issues
this month
Last commit
2d ago
Indexed

Overview

This MCP server enables Claude to interact with Quicken For Mac financial data through eight prepackaged tools. It provides read-only access to accounts, transactions, spending by category, monthly trends, and investment holdings. The server wraps SQL queries against the Quicken SQLite database, which must be open while using the MCP. Both MCP server and a Claude Skill are provided, with the skill being the recommended approach for Claude Code users.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Analyze personal spending patterns by category over time
you:Query specific transactions across multiple accounts
you:Track investment holdings and performance
you:Is my financial data secure with this MCP server?
you:Do I need to have Quicken For Mac open while using the MCP?

When to choose this

Choose this if you use Quicken For Mac and want AI-powered insights into your financial data without leaving the Claude environment.

When NOT to choose this

Don't choose this if you need write access to your financial data or if you use a different personal finance application like Mint or YNAB.

Tools this server exposes

8 tools extracted from the README
  • 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).

Comparable tools

ynab-mcpmint-api-integrationpersonal-finance-gpt

Installation

Recommended Install (Claude Code, includes both Skill and MCP)

claude plugin install quicken-mac-mcp

Claude Desktop (manual JSON)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

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

Custom Database Path

If you have multiple Quicken files or the .quicken bundle isn't in ~/Documents, set the QUICKEN_DB_PATH environment variable.

FAQ

Is my financial data secure with this MCP server?
Yes, the database is always opened in read-only mode. Your Quicken data is never modified by this server.
Do I need to have Quicken For Mac open while using the MCP?
Yes, Quicken must be open while using either the skill or the MCP. Quicken encrypts its database file when the app is closed.

Compare quicken-mac-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.