Skip to main content
Glama
ayushpaliwal1920

Expense Tracker MCP Server

šŸ’° 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

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables tracking of personal expenses with tools to add, list, update, delete, and summarize expenses by category.
    -
  • A
    license
    C
    quality
    C
    maintenance
    Enables tracking, categorizing, and summarizing personal and business expenses with support for date range queries and category grouping.
    3
    MIT
  • F
    license
    B
    quality
    C
    maintenance
    Enables users to manage personal expenses by adding entries, listing them by date range, and summarizing spending by category through MCP tools, while exposing category data as a resource.
    3
    -