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-serveradd a coffee expense of $4.50 for 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, categorizing, and summarizing personal & business expenses. Built with Python, FastMCP, and SQLite.
Features
Add Expenses (
add_expense): Log date, amount, category, subcategory, and optional notes.List Expenses (
list_expenses): Fetch expense logs within a specified date range.Summarize Expenses (
summarize): Aggregated totals grouped by category (or filter by specific category).Categories Resource (
expense://categories): Dynamic access to preset expense categories and subcategories.
Related MCP server: Expense Tracker MCP Server
Prerequisites
Python 3.12+
uv(recommended) orpip
Setup & Running
Clone the Repository:
git clone https://github.com/<YOUR_USERNAME>/expense-tracker-mcp-server.git cd expense-tracker-mcp-serverInstall Dependencies:
uv syncRun the MCP Server:
uv run main.py
MCP Client Configuration
Claude Desktop Configuration
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"expense-tracker": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/expense-tracker-mcp-server",
"run",
"main.py"
]
}
}
}License
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.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables users to track and manage personal expenses through natural language, including adding entries, filtering by date/category, viewing statistics, and exporting data in JSON or CSV format.Last updated3
- FlicenseCqualityDmaintenanceEnables personal expense management with SQLite storage, allowing users to add, update, delete, list, and summarize expenses by category through natural language interactions.Last updated5
- FlicenseAqualityDmaintenanceEnables tracking and managing personal expenses through a local SQLite database. Supports adding, editing, deleting, listing, and summarizing expenses by category, as well as managing credit accounts.Last updated6
- Flicense-qualityBmaintenanceEnables tracking of personal expenses with tools to add, list, update, delete, and summarize expenses by category.Last updated
Related MCP Connectors
Financial management on Procfy — transactions (revenue/expense/transfers), bank accounts, contacts,
Track, analyze, and act on your streaming and SaaS subscriptions from any AI agent.
Agentic workflow budget approvals with usage receipts.
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/MeetSolanki2260/expense-tracker-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server