expense-tracker-mcp

HiteshKumarMeghwar/expense-tracker-mcp

3.2

If you are the rightful owner of expense-tracker-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A local MCP server designed to help you track and manage expenses across apps, forms, or spreadsheets.

expense-tracker-mcp

A local MCP server designed to help you track and manage expenses across apps, forms, or spreadsheets. This server integrates with Claude Desktop for streamlined usage and easy testing.


Setup and Installation

Follow these steps to get your MCP server up and running:

1. Install uv

Install the UV package manager (required for MCP development):

pip install uv
mkdir fastmcp-demo-server
cd fastmcp-demo-server
code .
uv init
uv add fastmcp
fastmcp version
# create main.py with server logic
uv run fastmcp dev main.py
uv run fastmcp run main.py
uv run fastmcp install claude-desktop main.py

Description: there are three features are implemented in this project.

  1. Add Expense
  2. List Expense
  3. Summarize
  4. Edit Expense
  5. Delete Expense
  6. Cradit Expense

Database: SQLite