quicken mac mcp for Grok
io.github.dweekly/quicken-mac-mcp
Read-only access to Quicken For Mac financial data: transactions, spending, and portfolios.
client:Grok
transport:stdio
runtime:npm
Install quicken mac mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"quicken-mac-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"quicken-mac-mcp"
],
"env": {
"QUICKEN_DB_PATH": "<QUICKEN_DB_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs