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 an expense for a taxi ride of $20"
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 simple Expense Tracker MCP server built with FastMCP and SQLite, deployed on FastMCP Cloud.
This project demonstrates how to build, deploy, and connect an MCP server using FastMCP Cloud and Claude Desktop.
Features
Tools
add_expense — Add a new expense.
list_expenses — View expenses within a date range.
summarize — Generate expense summaries by category.
Resources
expense:///categories — Returns available expense categories and subcategories.
Related MCP server: Expense Tracker MCP
Tech Stack
Python 3.14+
FastMCP 3.4.0
SQLite
aiosqlite
FastMCP Cloud
Local Development
Run the server locally:
uv run python main.pyOpen MCP Inspector:
uv run fastmcp dev inspector main.pyDeployment
This project is deployed to FastMCP Cloud.
Remote MCP Endpoint (example url):
https://splendid-gold-dingo.fastmcp.app/mcpClaude Desktop Integration
Create a local proxy server:
from fastmcp import FastMCP
mcp = FastMCP.as_proxy(
"https://splendid-gold-dingo.fastmcp.app/mcp", # example url, get your url from fastmcp cloud
name="Neel Server Proxy"
)
if __name__ == "__main__":
mcp.run()Install the proxy into Claude Desktop:
uv run fastmcp install claude-desktop proxy.pyRestart Claude Desktop after installation.
Example Prompts
Add an expense:
Add an expense for a cab ride to Delhi last Sunday. The fare was ₹600.List expenses:
Show all expenses between 2026-06-01 and 2026-06-30.Summarize expenses:
Summarize my expenses for June 2026.Categories
The server supports categories such as:
Food
Transport
Housing
Utilities
Health
Education
Entertainment
Shopping
Travel
Business
Investments
Personal Care
Taxes
Miscellaneous
Learning Goal
This project was created to learn:
FastMCP fundamentals
MCP tools and resources
SQLite integration
Async MCP tools with aiosqlite
FastMCP Cloud deployment
Claude Desktop integration via MCP
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
- Flicense-qualityBmaintenanceEnables tracking of personal expenses with tools to add, list, update, delete, and summarize expenses by category.Last updated
- Flicense-qualityDmaintenanceEnables AI assistants to track and manage expenses, including adding, viewing, and summarizing expenses by category, date, or amount, with persistent local storage.Last updated1
- Flicense-qualityDmaintenanceEnables natural language management of personal expenses, including adding, listing, and summarizing expenses with local SQLite storage.Last updated
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.
Manage projects, tasks, time tracking, and team collaboration through natural language.
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/NeelContractor/expense-tracker-mcp-cloud'
If you have feedback or need assistance with the MCP directory API, please join our Discord server