ExpenseTracker 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., "@ExpenseTracker MCP ServerAdd a $12.50 lunch expense 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.
ExpenseTracker MCP Server
An MCP server for tracking personal expenses, built with
FastMCP 3.x. Expenses are stored in a local SQLite database and
accessed asynchronously via aiosqlite.
Requirements
Python >= 3.12
Node.js (only for the MCP Inspector during development)
Related MCP server: local-expense-tracker
Setup
git clone <repo-url>
cd Test-Remote-Server
uv syncRunning
Start the server over HTTP:
uv run main.pyThe server listens on http://0.0.0.0:8000/mcp. To use a different port, edit the
mcp.run(...) call at the bottom of main.py.
Development
Run the server with the MCP Inspector UI:
uv run fastmcp dev inspector main.pyIf the default Inspector ports (6274/6277) are taken, pick your own:
uv run fastmcp dev inspector main.py --ui-port 6280 --server-port 6281Note that uv run is required — the Inspector spawns fastmcp as a child process, and
without uv run the virtualenv's Scripts/bin directory is not on PATH.
Tools
Tool | Parameters | Description |
|
| Add a new expense entry |
|
| List entries in an inclusive date range |
|
| Total and count per category |
Dates are YYYY-MM-DD strings.
Resources
URI | Description |
| Category list as JSON |
Categories are read from categories.json next to main.py. If that file is absent, a
built-in default list is served instead.
Storage
The SQLite database lives at expenses.db inside the system temp directory; the path is
printed at startup. It is created automatically on first run.
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
- FlicenseAqualityDmaintenanceA 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.3
- Flicense-qualityDmaintenanceA local MCP server for tracking personal expenses using SQLite, enabling users to add, list, and summarize expenses via natural language.
- Flicense-qualityCmaintenanceMCP server for tracking expenses with local SQLite storage. Provides tools to add, list, and summarize expenses by category.
- Flicense-qualityBmaintenanceA simple MCP server for tracking expenses in a local SQLite database, enabling add, read, update, delete, and summarization of expenses with predefined categories.
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
A MCP server for the Frankfurter API for currency exchange rates.
MCP server for URL shortening and management
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/Anshu857754/Remote-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server