Finance Tracking 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., "@Finance Tracking MCPAdd a $45 fuel expense to transportation"
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.
Finance Tracking MCP
A small MCP server for tracking personal expenses, built with FastMCP and SQLAlchemy on top of SQLite.
Tools
Tool | Description |
| Add a new expense (title, amount, category, optional date and note). Defaults to today's date. |
| Update an existing expense by ID — only the fields you pass are changed. |
| Totals and a per-category breakdown, optionally filtered by category and/or month ( |
Related MCP server: Expense Tracker MCP Server
Resources
URI | Description |
| The category list from |
Requirements
Python 3.12+
Running
uv run main.pyThe server creates expenses.db next to main.py on first run. That file is gitignored, so your data stays local.
Using it with Claude
Add the server to your MCP client config, for example:
{
"mcpServers": {
"finance-tracking": {
"command": "uv",
"args": ["run", "--directory", "/path/to/finance-tracking-mcp", "main.py"]
}
}
}Project layout
main.py # MCP server: tools, resource, and SQLAlchemy models
categories.json # Category list exposed via the expense://categories resource
pyproject.toml # Project metadata and dependenciesMaintenance
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 gradedqualityDmaintenanceEnables users to track and manage daily expenses through SQLite storage, supporting operations like adding, updating, deleting expenses, calculating totals by category, and filtering expenses by date range or category.
- FlicenseAqualityDmaintenanceEnables tracking and managing personal expenses through a local SQLite database. Supports adding, editing, deleting, listing, and summarizing expenses by category, as well as managing credit accounts.6
- FlicenseNot gradedqualityDmaintenanceEnables natural language management of personal expenses, including adding, listing, and summarizing expenses with local SQLite storage.
- FlicenseBqualityDmaintenanceTracks and manages personal expenses with tools to add, view, filter by category, and summarize spending over date ranges using SQLite storage.4
Related MCP Connectors
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
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/Siddharth202002/finance-tracking-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server