Cursor
One-click install.
Click the button below, confirm in Cursor, and BankBridge is installed. Three seconds. No JSON editing.
Step 01
Click to install.
Add to Cursor →
~/.cursor/mcp.json
{
"mcpServers": {
"bankbridge": {
"url": "https://bankbridge.money/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer bbk_your_api_key_here"
}
}
}
}Restart Cursor after editing the config.
Cursor prompts you to confirm, then opens Settings → MCP with BankBridge pre-filled. Not signed in? The snippet shows a placeholder bbk_your_api_key_here — grab a real key from your dashboard and swap it in.
Step 02
Verify it works.
Open Composer or Chat, ask anything from your money:
try this
how much did I spend this week?
Cursor’s MCP pane (Settings → MCP) shows bankbridge connected with 12 tools + 19 prompts.
Troubleshooting
Client connects but shows 0 tools.
Usually the client is caching an old config, or you're on a mode that doesn't expose tools (Ask/Edit vs Agent, for example).
Fix: Fully quit + relaunch the host app. In VS Code Copilot, switch to Agent mode.
401 Unauthorized on every call.
The API key is missing, typo'd, or got revoked. Check the Authorization header starts with `Bearer ` (note the space) and ends in a key you still own.
Fix: Paste a fresh key from Settings.
403 Forbidden.
Your BankBridge subscription is inactive (canceled or past-due), or your account has no connected banks.
Fix: Visit Settings to confirm your subscription is active.
Tools return a NO_CONNECTIONS warning.
You haven't linked a bank yet.
Fix: Visit Connect a bank — the bank-connect flow opens automatically, ~30 seconds.
Problems? Email hello@bankbridge.money.