Expense Tracker MCP
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 MCPAdd a lunch expense of $15.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
This is a small MCP server for tracking expenses. It stores data in a local SQLite database and gives you tools to add, list, and summarize expenses.
What it does
Adds a new expense
Lists expenses for a date range
Summarizes spending by category
Exposes a categories resource if
categories.jsonis present next tomain.py
Related MCP server: Expense Tracker MCP Server
Main files
main.py- starts the MCP server and defines the toolsexpenses.db- local database created automatically on first runcategories.json- optional file for category data
How to use
Install the dependencies.
pip install -e .Start the server.
python main.pyConnect it to your MCP client and use these tools:
add_expense(date, amount, category, subcategory="", note="")list_expenses(start_date, end_date)summarize(start_date, end_date, category=None)
Notes
Dates should use the same text format everywhere, like
YYYY-MM-DD.The database file is created in the same folder as
main.py.If you want the categories resource to work, add a
categories.jsonfile in the project folder.
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
- FlicenseBqualityDmaintenanceMCP server for tracking personal expenses using FastMCP and SQLite, enabling adding, listing, updating, deleting expenses and summarizing by category via natural language tools.Last updated51
- FlicenseBqualityBmaintenanceMCP server for managing and analyzing expenses. Provides tools to add, list, summarize expenses, and retrieve categories.Last updated3
- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) server for tracking personal expenses. This server provides tools to add, list, and summarize expenses, utilizing a local SQLite database for storage.Last updated
- Flicense-qualityDmaintenanceA local MCP server for tracking personal expenses using SQLite, enabling users to add, list, and summarize expenses via natural language.Last updated
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server for URL shortening and management
MCP server for generating rough-draft project plans from natural-language prompts.
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/InfoSage05/Expense-Tracker-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server