Skip to main content
Glama
InfoSage05

Expense Tracker MCP

by InfoSage05

Expense Tracker MCP

This is a small MCP server for tracking expenses. It stores data in a local SQLite database and gives you tools to add, list, and summarize expenses.

What it does

  • Adds a new expense

  • Lists expenses for a date range

  • Summarizes spending by category

  • Exposes a categories resource if categories.json is present next to main.py

Related MCP server: Expense Tracker MCP Server

Main files

  • main.py - starts the MCP server and defines the tools

  • expenses.db - local database created automatically on first run

  • categories.json - optional file for category data

How to use

  1. Install the dependencies.

pip install -e .
  1. Start the server.

python main.py
  1. Connect it to your MCP client and use these tools:

  • add_expense(date, amount, category, subcategory="", note="")

  • list_expenses(start_date, end_date)

  • summarize(start_date, end_date, category=None)

Notes

  • Dates should use the same text format everywhere, like YYYY-MM-DD.

  • The database file is created in the same folder as main.py.

  • If you want the categories resource to work, add a categories.json file in the project folder.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    D
    maintenance
    MCP server for tracking personal expenses using FastMCP and SQLite, enabling adding, listing, updating, deleting expenses and summarizing by category via natural language tools.
    Last updated
    5
    1
  • F
    license
    -
    quality
    D
    maintenance
    A 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.
    Last updated
  • F
    license
    -
    quality
    B
    maintenance
    A simple MCP server for tracking expenses in a local SQLite database, enabling add, read, update, delete, and summarization of expenses with predefined categories.
    Last updated

View all related MCP servers

Related MCP Connectors

  • MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

  • MCP server for URL shortening and management

  • Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.

View all MCP Connectors

Latest Blog Posts

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/InfoSage05/Expense-Tracker-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server