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 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 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
- FlicenseNot gradedqualityBmaintenanceEnables tracking of personal expenses with tools to add, list, update, delete, and summarize expenses by category.
- FlicenseBqualityCmaintenanceEnables users to add, list, and summarize expenses, and exposes expense categories as a resource.3
- FlicenseBqualityDmaintenanceA remote MCP server for expense tracking, providing tools to add, list, update, delete expenses, and generate summaries, budget status, and monthly trends.8
- FlicenseBqualityCmaintenanceAn AI-powered MCP server for personal and group expense management, providing CRUD operations, advanced filtering, analytics, Splitwise-style splitting, budget tracking, and report generation.38
Related MCP Connectors
Capture receipts, scan Gmail, analyze spending, and create reviewed reports from AI assistants.
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
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/ayushpaliwal1920/ExpenseTracker_Remote_Mcp_Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server