Quicken Mac
MCP server providing read-only access to Quicken For Mac financial data via Claude
What is Quicken Mac?
Quicken Mac is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server providing read-only access to quicken for mac financial data via claude
MCP server providing read-only access to Quicken For Mac financial data via Claude
This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server providing read-only access to Quicken For Mac fin
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx quicken-macConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Quicken Mac
The Quicken Mac MCP server provides read-only access to your Quicken for Mac financial data, letting AI assistants like Claude query accounts, transactions, categories, payees, and investment portfolios directly from your local Quicken database file. It exposes eight purpose-built tools covering spending analysis, transaction search, portfolio review, and custom SQL queries. Mac users who manage their personal finances in Quicken can use this server to have conversational AI sessions about their actual financial data without exporting to spreadsheets.
Prerequisites
- macOS with Quicken for Mac installed and a .quicken data file
- Node.js 18+ and npx available on your PATH
- The Quicken application closed or not actively writing to the database during queries (to avoid lock conflicts)
- An MCP client such as Claude Desktop
Locate your Quicken data file
Find your Quicken .quicken bundle in your Documents folder. The server auto-detects the most recently modified one, but you can specify a custom path if needed.
ls ~/Documents/*.quickenTest the server with npx
Run the server directly with npx to verify it can find and open your Quicken data file.
npx -y quicken-mac-mcpConfigure Claude Desktop
Add the server to your Claude Desktop configuration. The QUICKEN_DB_PATH env var is optional — omit it to use auto-detection, or set it to point to a specific file.
Restart Claude Desktop
After saving the configuration, restart Claude Desktop to load the new MCP server. You should see 'quicken' in the available tools list.
Quicken Mac Examples
Client configuration (auto-detect database)
Claude Desktop configuration using automatic Quicken database detection — uses the most recently modified .quicken file in your Documents folder.
{
"mcpServers": {
"quicken": {
"command": "npx",
"args": ["-y", "quicken-mac-mcp"]
}
}
}Client configuration (explicit database path)
Claude Desktop configuration specifying the exact path to your Quicken data file.
{
"mcpServers": {
"quicken": {
"command": "npx",
"args": ["-y", "quicken-mac-mcp"],
"env": {
"QUICKEN_DB_PATH": "/Users/yourname/Documents/MyFinances.quicken/data"
}
}
}
}Prompts to try
Example prompts for analyzing your Quicken financial data through Claude.
- "List all my accounts with their current balances"
- "What did I spend on groceries last month?"
- "Find all transactions from Costco over $100 this year"
- "Show my monthly spending by category for Q1 2025"
- "What are my current investment holdings and their cost basis?"
- "Which payees did I spend the most money with last year?"Troubleshooting Quicken Mac
Quicken database file not found
Ensure your .quicken file is in your Documents folder, or set the QUICKEN_DB_PATH environment variable to point to the 'data' file inside your .quicken bundle, e.g. /Users/yourname/Documents/MyFinances.quicken/data.
Database is locked or read errors
Close Quicken for Mac before running queries, as an open Quicken application may hold an exclusive lock on the database. The server is read-only and will not modify your data.
npx download is slow or fails
Install the package globally to avoid downloading it each time: 'npm install -g quicken-mac-mcp'. Then update your MCP config to use 'command': 'quicken-mac-mcp' with no args.
Frequently Asked Questions about Quicken Mac
What is Quicken Mac?
Quicken Mac is a Model Context Protocol (MCP) server that mcp server providing read-only access to quicken for mac financial data via claude It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Quicken Mac?
Follow the installation instructions on the Quicken Mac GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Quicken Mac?
Quicken Mac works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Quicken Mac free to use?
Yes, Quicken Mac is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Quicken Mac Alternatives — Similar Finance & Fintech Servers
Looking for alternatives to Quicken Mac? Here are other popular finance & fintech servers you can use with Claude, Cursor, and VS Code.
ValueCell
★ 10.7kValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading
★ 8.1k'Vibe-Trading: Your Personal Trading Agent'
Quantdinger
★ 6.2kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
TradingView
★ 2.8kReal-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets
★ 2.1kProvides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
Stripe
★ 1.6kThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
Browse More Finance & Fintech MCP Servers
Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Quicken Mac in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Quicken Mac?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.