How-to

How to give Claude access to your bank account

5 min read
Direct answer: Sign up at bankbridge.money, subscribe at $5/month per bank, link your bank through the secure bank-connection flow, then install the connector for your Claude: the BankBridge plugin in Claude Code, a .mcpb file in Claude Desktop, or a Custom Connector URL in Claude.ai Web. Read-only, encrypted, cancel any time.

1. Sign up

Go to bankbridge.money/login. Type your email. We send a magic link, no password. Click the link, you're in.

2. Subscribe

Pricing is $5/month per connected bank. One bank: $5. Two banks: $10. The dashboard asks for a card before letting you connect a bank.

Checkout runs through Stripe. Cancel any time from the dashboard. Billing stops at the end of the current period; you keep access until then.

4. Install in Claude

Pick the install path that matches where you use Claude:

Claude Code

Two lines in your terminal:

/plugin marketplace add bankbridge-money/bankbridge-plugin
/plugin install bankbridge

The plugin registers the MCP server and prompts you to paste your bbk_ API key (copy it from the dashboard's Keys page). After that, Claude Code can call all 12 tools.

Claude Desktop

From the dashboard, download the bankbridge.mcpb file (also available at bankbridge.money/download/bankbridge.mcpb). Double-click it. Claude Desktop opens, shows the connector details, and asks you to confirm. Your bearer key is pre-filled inside the bundle, so there's nothing else to paste.

When the install completes, restart Claude Desktop. The connector shows up under Settings › Connectors with a green “connected” light.

Claude.ai Web (and Cowork)

In Claude.ai, open Settings, then Custom Connectors, then Add connector. Two fields:

  • MCP URL: https://bankbridge.money/api/mcp
  • Bearer token: your bbk_ key from the dashboard's Keys page.

Hit Save. The connector becomes available in any new conversation. Same steps in Claude Cowork.

What to ask first

Open a fresh Claude conversation and try one of these. Each one hits a different tool, so they're a quick way to confirm the connector works end-to-end:

  • “List my bank accounts and current balances.”
  • “How much did I spend on food this month?”
  • “What subscriptions am I paying for?”
  • “Are there any unusual charges this week?”
  • “Break down my spending by category since January 1.”
  • “Show me every charge from Whole Foods this year.”
  • “How are my investments doing this quarter?”

The first one calls list_accounts. It's the fastest sanity check. If your balances come back, the rest will work too.

Is this safe?

Short version: read-only, encrypted, revocable, and nothing financial is cached on our servers.

  • Read-only by design. No tool can move money, send a payment, or change your account. The MCP surface is 12 read tools and nothing else.
  • Your bank password never touches us.The link flow runs inside the upstream bank-aggregator's own UI; we receive an encrypted access token, not credentials.
  • Nothing financial cached.Every Claude call live-fetches from your bank through the aggregator and returns. Our database stores your account, your API key hash, and the encrypted token. That's it.
  • Revocation is one click. Disconnect the bank, or rotate your API key from settings. Old keys stop working immediately.

Questions? Email hello@greatwork.company. Built by Great Work.

FAQ

Does Claude actually see my bank password?

No. Your bank login goes into a secure UI hosted by the upstream bank-aggregator we use; it never reaches BankBridge or Claude. We store only an encrypted access token. Claude sees what our 12 read-only tools return: balances, transaction lists, recurring charges, investment holdings, things like that.

Can Claude move my money?

No. BankBridge is read-only by design. There's no transfer tool, no payment tool, no anything-that-spends-money tool. Even if Claude wanted to wire your savings to a stranger, the connector physically can't do it.

Which version of Claude works?

All four: Claude Code (CLI), Claude Desktop (Mac/Windows app), Claude.ai Web, and Claude Cowork. Each has its own install path; you only need one. Cowork uses the same Custom Connector flow as the web app.

What if I want to revoke access later?

Disconnect the bank from the BankBridge dashboard, or rotate your API key from the settings page (old keys stop working instantly). Cancelling your subscription also removes the upstream bank connection entirely.