Connecting Money Copilot to Claude
Works with Claude Desktop & Web
-
1
Method A: Claude Custom Connector (Recommended • Easiest)
1. In Claude (Web or Desktop), click your profile icon in the bottom-left corner → Settings → Connectors.
2. Click Add custom connector and paste the Money Copilot Server URL:
3. Complete the private OAuth login in your browser. All 27+ financial tools will immediately become available in your chats!
-
2
Method B: Claude Desktop Configuration File (
claude_desktop_config.json)If you prefer editing your local config file directly, paste this JSON block into your Claude configuration:
{ "mcpServers": { "money-copilot": { "url": "https://mcp.copilotai.live/mcp/sse" } } }Config path • macOS:
~/Library/Application Support/Claude/claude_desktop_config.json| Windows:%APPDATA%\Claude\claude_desktop_config.json -
3
Try Your First Prompt in Claude
Start a new conversation in Claude and say:
Connecting Money Copilot to ChatGPT
Plus • Team • Enterprise
-
1
Option A: ChatGPT Connectors (Developer Mode)
1. Open ChatGPT → Click your profile icon → Settings → Connectors → Advanced and toggle Developer Mode on.
2. Click Add connector and enter the server endpoint:
3. Authorize via the secure zero-trust login screen.
-
2
Option B: Custom GPT Actions (Custom Financial GPT)
1. Open the GPT Editor → Configure → Create new action.
2. In the Import from URL box, paste:
3. Under Authentication, select OAuth 2.0 (PKCE) with Authorization URL:
https://money.copilotai.live/authorizeand Token URL:https://mcp.copilotai.live/oidc/token. -
3
Receipt Scanning with ChatGPT Vision
Snap a photo of any receipt and ask ChatGPT:
Connecting to Cursor, Windsurf & VS Code
SSE Remote Server
-
1
Cursor IDE Configuration (
.cursor/mcp.json)Create or edit
.cursor/mcp.jsonin your project workspace:{ "mcpServers": { "money-copilot": { "url": "https://mcp.copilotai.live/mcp/sse" } } } -
2
Windsurf, Cline & Roo Code Support
Money Copilot supports all MCP clients. In Windsurf or Cline MCP Settings, add an SSE server with endpoint
https://mcp.copilotai.live/mcp/sse.
Direct Protocol Endpoints & Gateways
Production GatewaysStreamable HTTP / Discovery: https://mcp.copilotai.live/mcp SSE Event Stream: https://mcp.copilotai.live/mcp/sse SSE Message POST: https://mcp.copilotai.live/mcp/messages OAuth 2.0 Authorization: https://money.copilotai.live/authorize OAuth 2.0 Token Endpoint: https://mcp.copilotai.live/oidc/token Health & Uptime Ping: https://mcp.copilotai.live/health
Interactive Live Test Simulator
Test a prompt below or type your own custom purchase to see how ChatGPT and Claude interact with Money Copilot in real time.
📊 Monthly Dining Budget: $128.50 spent of $300.00 ($171.50 remaining • 57% safe).
Popular Prompts to Try
Click any card to copy the exact natural language prompt.
Zero Bank Credentials
No account numbers or bank logins required. You control every logged record.
AES-256-GCM Encryption
Your session tokens and ledger items are strictly encrypted and isolated per user ID.
100% Data Ownership
Export your records to CSV/JSON/PDF or purge your account at any moment.
Frequently Asked Questions
Everything you need to know about connecting your assistant.
How do I connect Claude Desktop or Claude Web to Money Copilot?
https://mcp.copilotai.live/mcp. Alternatively, for Claude Desktop on Mac or Windows, add the SSE server URL https://mcp.copilotai.live/mcp/sse to your claude_desktop_config.json file.
How do I connect ChatGPT or Custom GPTs to Money Copilot?
https://mcp.copilotai.live/mcp. For Custom GPTs, open the GPT Editor, create an Action importing https://mcp.copilotai.live/mcp with OAuth 2.0 PKCE authentication.
How does receipt photo scanning work with ChatGPT and Claude?
add_expenses MCP tool to log all transactions in a single batch.
Can I connect both ChatGPT and Claude to the same Money Copilot account?
Do I need a paid ChatGPT Plus or Claude Pro subscription?
Is my banking information secure without bank account logins?
How do I connect Cursor, Windsurf, or VS Code to Money Copilot?
.cursor/mcp.json or editor MCP configuration, add an SSE server entry with url: https://mcp.copilotai.live/mcp/sse. All 27+ financial tools will immediately become available in your IDE chat.