BudgetBakers MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BudgetBakers MCP ServerShow my account balances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BudgetBakers MCP Server
MCP server for integrating Claude with the BudgetBakers Wallet API. Gives Claude access to financial data: accounts, transactions, categories, and spending analytics.
Quick start
Add to ~/.claude/settings.json (or Claude Desktop config):
{
"mcpServers": {
"budgetbakers": {
"command": "npx",
"args": ["-y", "budgetbakers-mcp"],
"env": {
"BUDGETBAKERS_API_TOKEN": "<your-token>"
}
}
}
}You can get the API token from BudgetBakers Wallet settings.
Related MCP server: BudgetBakers Wallet MCP Server
Tools
Tool | Description |
| List all accounts with balances. Filters: |
| Income/expense categories. Filter: |
| User-defined tags. Filter: |
| Search transactions. Requires |
| Full details of a single transaction by |
| Spending grouped by category for a date range |
| Income, expenses, and net cashflow for a date range |
| Top merchants by spending for a date range |
accountIdis required for transactions and analytics tools. Callget_accountsfirst to get it.
Example prompts
"Show my accounts and balances"
"How much did I spend in February?"
"What do I spend the most money on?"
"Top 5 merchants this month"
"Find all transactions at Starbucks in January"
Development
git clone https://github.com/vmrchnk/budgetbakers-mcp.git
cd budgetbakers-mcp
npm install
npm run buildTo use the local build instead of the npm package:
{
"mcpServers": {
"budgetbakers": {
"command": "node",
"args": ["/path/to/budgetbakers-mcp/build/index.js"],
"env": {
"BUDGETBAKERS_API_TOKEN": "<your-token>"
}
}
}
}Technical details
TypeScript, ES2022, Node16 modules
Dependencies:
@modelcontextprotocol/sdk,zodSupports
agentHints=true— API returns hints about pagination, rate limits, etc.Automatic pagination via hint-provided URLs
Analytics tools aggregate data server-side (API has no analytics endpoints)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables users to manage personal expenses through natural conversation with Claude, including adding, updating, deleting expenses, and viewing summaries by category or date range.Last updated3MIT
- AlicenseCqualityCmaintenanceEnables querying of BudgetBakers Wallet data including accounts, transactions, categories, and labels through natural language commands.Last updated820MIT
- Alicense-qualityDmaintenanceConnects Claude Desktop to Yodlee financial data, enabling account management, transaction queries, spending summaries, and audio narrations.Last updated1MIT
- FlicenseAqualityCmaintenanceEnables Claude to query Empower/Personal Capital financial accounts, net worth, transactions, and asset allocation via natural language.Last updated5
Related MCP Connectors
Connect AI agents to bank accounts, transactions, balances, and investments.
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vmrchnk/budgetbakers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server