quicken mac mcp for Zed
io.github.dweekly/quicken-mac-mcp
Read-only access to Quicken For Mac financial data: transactions, spending, and portfolios.
client:Zed
transport:stdio
runtime:npm
Install quicken mac mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"quicken-mac-mcp": {
"command": "npx",
"args": [
"-y",
"quicken-mac-mcp"
],
"env": {
"QUICKEN_DB_PATH": "<QUICKEN_DB_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs