Connect your AI
Connect to Claude Code
Add the OpenBudget MCP server to Claude Code with one command — ask about your transactions, balances, and spending right in your terminal.
Claude Code, Anthropic's agentic CLI, speaks the Model Context Protocol (MCP), so it can pull your live transactions and balances from OpenBudgetwhile it works. Add the server once and it's available in your terminal from then on.
How to connect
Connect your bank accounts
Sign up for OpenBudget and securely link your bank accounts and credit cards through Plaid. This takes about 2 minutes.
Currently available for United States banking institutions.
Add the OpenBudget MCP server
claude mcp add --transport http openbudget https://api.openbudget.sh/mcpBy default the server is added for the current project only. To make OpenBudget available in every project, add --scope user: claude mcp add --transport http --scope user openbudget https://api.openbudget.sh/mcp.
Authenticate with OpenBudget
claude, then run the /mcp slash command, select openbudget, and choose Authenticate. Claude Code opens your browser — sign in with the same account you used to connect your banks and approve read-only access, then it stores the token and refreshes it automatically.Verify the connection
claude mcp listYou can also run /mcp inside a session to see the tool count and authentication status for OpenBudget.
Now just ask.
You're all set. Open Claude Code in any project and ask about your spending, subscriptions, or budgets — it'll call OpenBudget as needed, right alongside your work.
Claude Code calls OpenBudget automatically — no special prefix needed.
Try asking
Lives in your terminal
Works with any recent Claude Code install. Data is read live while you work.
Read-only by design
Your bank credentials stay with Plaid, never Claude Code. The MCP server is read-only — it can't move money or change any account.
Troubleshooting
My AI doesn't see OpenBudget's tools
@OpenBudget.It can't find my transactions
The sign-in window didn't open
/mcp and choose Authenticate; in the Codex CLI, run codex mcp login openbudget.It says “needs login” or stopped working
Connection failed or the server is unreachable
https://api.openbudget.sh/mcp and that you chose the Streamable HTTP transport (not stdio). Make sure your client is up to date — the older SSE transport is deprecated in favor of HTTP.Still stuck?
Disclosures
Informational only — not financial advice
OpenBudget surfaces your own financial data, not recommendations. Nothing here is investment, legal, or tax advice — do your own research.
How your data is accessed
OpenBudget connects through Plaid; your bank credentials are never stored by OpenBudget. Data may contain errors or delays and is provided “as is” — verify against your bank.
Read-only access
The OpenBudget MCP server is read-only — it cannot move money, place trades, or modify any account.
Third-party AI clients
Your prompts and the data returned are processed by your AI client (Claude, ChatGPT, Codex, Cursor) under its own terms. AI can be wrong — verify before acting.
Authorization
Connecting grants read access via OAuth; revoke it anytime from your client's settings. Use is governed by our Terms and Privacy Policy.