quicken-mac-mcp
by dweekly·★ 18·Score 44
MCP server providing read-only access to Quicken For Mac financial data via Claude.
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:
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 READMElist_accountsList all accounts with name, type, and active/closed status. Optional type filter.
list_categoriesList all category tags with parent hierarchy. Filter by expense/income.
query_transactionsQuery transactions with filters: date range, account types/names, amount range, payee search, category.
spending_by_categoryAggregate spending by category or parent category for a date range.
spending_over_timeMonthly spending totals, optionally broken down by category.
search_payeesSearch payees by name with transaction counts.
list_portfolioList investment holdings with shares, cost basis, and stored Quicken price quotes.
raw_queryRun arbitrary SELECT queries (500-row limit).
Comparable tools
Installation
Recommended Install (Claude Code, includes both Skill and MCP)
claude plugin install quicken-mac-mcpClaude 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
Last updated · Auto-generated from public README + GitHub signals.