Read-only MCP server for querying Quicken For Mac financial data with Claude
An MCP server that gives Claude read-only access to your Quicken For Mac financial data. It reads the Core Data SQLite database that Quicken stores in your Documents folder and exposes 8 query tools for accounts, transactions, spending analysis, and investment portfolios. Quicken For Mac must be running (it encrypts the database when closed). Your data is never modified — the database is always opened read-only.
Set these up before or after installing:
Environment variable: QUICKEN_DB_PATH
Once installed, try these example prompts and explore these capabilities:
Add this to your MCP configuration file:
{
"mcpServers": {
"quicken-mac-mcp": {
"env": {
"QUICKEN_DB_PATH": "your-quicken-db-path-here"
},
"args": [
"-y",
"quicken-mac-mcp"
],
"command": "npx"
}
}
}This is a well-designed MCP server that provides read-only access to Quicken For Mac financial data. The code implements proper input validation, security controls, and error handling, with only minor network and shell execution concerns that are appropriate for its financial data analysis purpose. Package verification found 1 issue.
Scanned 7 files · 5 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!