Expense Tracker 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., "@Expense Tracker MCP Serverlog $35 for groceries today"
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.
Expense Tracker MCP Server
A Model Context Protocol (MCP) server for tracking personal expenses and wallet balance, built with FastMCP and SQLite. Lets Claude Desktop, Cursor, or any MCP client log expenses, summarize spending, and check your balance through natural conversation.
Features
Log expenses with date, amount, category, subcategory, and note
List expenses within a date range
Summarize spending by category over a date range
Track and update a wallet balance
A predefined category/subcategory taxonomy exposed as an MCP resource
Related MCP server: expense-mcp
Tools
Tool | Description |
| Insert an expense record |
| List expenses in an inclusive date range |
| Sum expenses by category over a date range |
| Read the current wallet balance |
| Set the wallet balance |
All dates use YYYY-MM-DD format and are validated on input.
Resources
expense://categories: JSON taxonomy of categories and subcategories (food, transport, housing, utilities, health, education, and more), read fresh fromcategories.jsonon every request.
Setup
Requires Python 3.11+ and uv.
uv syncClaude Desktop config
{
"mcpServers": {
"expense-tracker": {
"command": "/path/to/expense-tracker-mcp-server/run.sh"
}
}
}Replace /path/to/expense-tracker-mcp-server with the absolute path to this repo.
Storage
Data is stored in a local SQLite database (expenses.db, created automatically on first run, gitignored). Override the location with the EXPENSE_TRACKER_DB_PATH environment variable.
Testing
uv run pytestLicense
MIT
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
- Flicense-qualityDmaintenanceEnables users to track personal expenses through natural language interactions with comprehensive category support and financial summaries. Provides both local and remote MCP server options with SQLite storage for fast expense management operations.
- AlicenseAqualityDmaintenancePersonal expense tracker MCP server that enables tracking expenses, income, budgets, and savings goals through natural language.10MIT
- Flicense-qualityCmaintenanceEnables users to track expenses by adding, listing, and summarizing them with category support through natural language.
- Alicense-qualityCmaintenanceMCP server for the BudgetBakers Wallet REST API, enabling management of transactions, accounts, categories, budgets, labels, and more through natural language.22MIT
Related MCP Connectors
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
A paid remote MCP for agent memory MCP, built to return verdicts, receipts, usage logs, and audit-re
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/AshC2004/expense-tracker-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server