Connect your Copilot Money data to Claude, Cursor, Codex CLI, and more. This project is an independent integration — it is not built, endorsed, or supported by Copilot Money.
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.
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. Set Command to:
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.
17 tools covering every aspect of your personal finances.
Query and filter transactions by merchant, category, amount, date range, location, and more. Spot refunds, duplicates, and foreign charges.
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 are fully local — zero network requests from this server. No servers, no analytics, no data collection. Data you query is shared with your AI provider.
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.