M
MCP Server Expense Tracker
by @sak-2025
MCP Server ExpenseTracker is a FastMCP-based modular server for tracking and analyzing expenses.
Created 2/11/2026
Updated about 9 hours ago
README
Repository documentation and setup instructions
ExpenseTracker MCP Server ExpenseTracker is a FastMCP-based modular server for tracking and analyzing expenses. It exposes all core functionalities as tools that can be invoked by agents, clients, or other services, enabling automation and AI integration.
This project demonstrates a tool-oriented architecture (TOA) where each operation is a self-contained MCP tool, allowing flexible orchestration.
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp_server_expense_tracker
Cursor configuration (mcp.json)
{
"mcpServers": {
"sak-2025-mcp-server-expense-tracker": {
"command": "uvx",
"args": [
"mcp_server_expense_tracker"
]
}
}
}