mcp-money
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., "@mcp-moneyadd $20 for lunch under Restaurants"
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.
mcp-money
MCP server for personal finance tracking. Designed for AI assistants — track expenses, income, budgets, and get financial summaries through 16 MCP tools.
Uses PostgreSQL with Drizzle ORM. Auto-migrates on startup.
Requirements
Bun runtime
PostgreSQL 14+
Related MCP server: expense-mcp
Installation
bunx mcp-moneyConfiguration
Add to your MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"money": {
"command": "bunx",
"args": ["mcp-money"],
"env": {
"DATABASE_URL": "postgresql://user:pass@localhost:5432/mydb"
}
}
}
}Environment variables
Variable | Required | Default | Description |
| Yes | — | PostgreSQL connection string |
| No |
| PostgreSQL schema name |
| No |
| Enable SQL query logging to stderr |
Tools (16)
Transactions
Tool | Description |
| Record an expense or income. Expenses stored as negative amounts. Tags created on-the-fly. |
| List with filters: date range, category, tag, currency. Supports limit/offset pagination. |
| Partial update of any field including tags. |
| Hard delete a transaction. |
Categories
Tool | Description |
| List all categories grouped by type (expense/income). |
| Create a category with name, type, optional parent (one nesting level). |
| Delete a category. Fails if transactions, budgets, or child categories reference it. |
Tags
Tool | Description |
| List all tags. |
| Create a tag with a unique name. |
| Delete a tag and all transaction associations (CASCADE). |
Summary
Tool | Description |
| Financial summary for a date range: expenses by category, totals and averages per currency. |
Budgets
Tool | Description |
| Set or update a monthly budget for a category. |
| Check budget vs actual spending for a month. Multi-currency aware. |
| Delete a budget by ID. |
Utilities
Tool | Description |
| Set the default currency for new transactions (e.g. USD, EUR, RUB). |
| Check DB connection, schema version, and statistics. |
Multi-currency
Every transaction stores its own currency. The default currency (initially USD) can be changed via set_currency. Summaries and budget statuses group by currency — no cross-currency conversion.
Default categories
On first run, ~10 categories are seeded: Groceries, Restaurants, Transport, Entertainment, Utilities, Rent, Salary, Healthcare, Shopping, Other.
Development
bun install
bun run dev # watch mode
bun test # run testsRequires a running PostgreSQL instance. Set DATABASE_URL in .env.
License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/castletaste/money-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server