Connect your Copilot Money data to Claude, Cursor, Codex CLI, and more. Local-first and privacy-first — no third-party servers, no analytics.
Choose your AI client and follow the steps below. (ChatGPT Desktop only supports remote HTTPS MCP servers, so it can't use this local-stdio server directly — use Codex CLI for OpenAI tooling.)
Double-click the .mcpb file. Claude Desktop will install it automatically — no terminal, no config file editing.
"How much did I spend on food this month?" — Claude will use your Copilot Money data to answer.
All 41 tools (read + write) are enabled by default. To run read-only, open Claude Desktop → Settings → Extensions → Copilot Money MCP and toggle off the write tools you don't want.
Edit ~/.codex/config.toml (TOML format):
Edit ~/.gemini/settings.json:
Edit ~/.cursor/mcp.json:
Press Cmd+Shift+P and run MCP: Open User Configuration (or create .vscode/mcp.json in your workspace).
VS Code uses a top-level "servers" key and "type": "stdio":
Edit ~/.codeium/windsurf/mcp_config.json:
Open Cline sidebar → MCP Servers → Add Server. Paste the values into the Command and Args fields.
Command
Command
Args
Using npx means no install step needed — it downloads and runs copilot-money-mcp on demand:
Prefer a global install? Run npm install -g copilot-money-mcp and swap "npx" for "copilot-money-mcp" (and drop "-y", "copilot-money-mcp" from args).
Ask natural language questions about your spending, investments, budgets, and more.
"How much did I spend on groceries last month?" — Get instant breakdowns by category, merchant, or time period. Spot trends and outliers effortlessly.
demos/spending.gif
"What's my portfolio performance this year?" — See holdings, returns, price history, and time-weighted returns across all your investment accounts.
demos/investments.gif
"Am I on track with my savings goal?" — Create, update, and track budgets and financial goals using natural language.
demos/budgets.gif
"Categorize all my Uber transactions as Transport" — Bulk-edit categories, add tags, review transactions, and manage recurring charges.
demos/organize.gif
41 tools covering every aspect of your personal finances.
Query, filter, categorize, tag, and organize transactions. Search by merchant, category, amount, date range, and more.
Portfolio holdings, price history, stock splits, time-weighted returns, and per-security performance tracking.
Create and track budgets by category. Set savings goals with monthly progress snapshots.
Identify subscriptions and recurring bills. See frequency, monthly cost, confidence scores, and next charge dates.
View all linked accounts with balances. Track daily, weekly, or monthly balance history over time.
Reads stay local — zero network. Writes sync via Copilot's own Firestore backend. No data collection, no analytics, no third parties.
Copilot Money stores its local database on macOS. The MCP server reads this cached data.
Install Copilot Money from the Mac App Store. Sync your accounts so data is cached locally.
Required to run the MCP server. Download Node.js. Claude Desktop includes it bundled.