Expense Tracker MCP Server
Click on "Deploy 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 Servershow me my total expenses for this month"
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 remote Model Context Protocol (MCP) server for managing and analyzing expenses using Python, FastMCP, and SQLite.
This project is mainly built for learning purposes to understand how MCP servers work, how tools and resources are exposed, and how an MCP server can be accessed remotely.
ā ļø This is a learning project and is not intended to be a production-ready financial application.
Changes :
Before => if name == "main": mcp.run()
After => 1if name == "main": mcp.run(transport = "http" , host = "0.0.0.0" , port = 8000 )
š Features
Add expenses
View expenses
Update expenses
Delete expenses
Search expenses
Calculate total expenses
Category-wise expense summary
Monthly expense summary
Overall expense summary
MCP tools and resources
Remote MCP server
Related MCP server: Expense Tracker MCP Server
š ļø Tech Stack
Python
FastMCP
SQLite
uv
MCP
Remote/HTTP transport
š Project Structure
ExpenseTracker_Mcp_Server/
ā
āāā expenseTracker/
ā āāā main.py
ā āāā categories.json
ā
āāā README.md
āāā pyproject.toml
āāā uv.lock
āāā .gitignore
This server cannot be deployed
Maintenance
Related MCP Connectors
Track expenses, budgets, balances, transfers, and multi-currency reports with OAuth-secured tools.
- ManiloOAuthapp.ledgy.api
Log, query, and edit expenses, budgets, and accounts in Manilo (formerly Ledgy) from any MCP-compatible AI assistant.
Corporate travel booking and expense management for TripGain, exposed as an MCP server.
Personal finance tracker ā log transactions, view summaries, and browse a dashboard
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables tracking of personal expenses with tools to add, list, update, delete, and summarize expenses by category.-
- FlicenseBqualityDmaintenanceEnables users to add, list, and summarize expenses, and exposes expense categories as a resource.3-
- AlicenseCqualityCmaintenanceEnables tracking, categorizing, and summarizing personal and business expenses with support for date range queries and category grouping.3MIT
- FlicenseBqualityCmaintenanceEnables users to manage personal expenses by adding entries, listing them by date range, and summarizing spending by category through MCP tools, while exposing category data as a resource.3-