Skip to main content
Glama
MeetSolanki2260

expense-tracker-mcp-server

Expense Tracker MCP Server

A Model Context Protocol (MCP) server for tracking, categorizing, and summarizing personal & business expenses. Built with Python, FastMCP, and SQLite.

Features

  • Add Expenses (add_expense): Log date, amount, category, subcategory, and optional notes.

  • List Expenses (list_expenses): Fetch expense logs within a specified date range.

  • Summarize Expenses (summarize): Aggregated totals grouped by category (or filter by specific category).

  • Categories Resource (expense://categories): Dynamic access to preset expense categories and subcategories.


Related MCP server: Expense Tracker MCP Server

Prerequisites

  • Python 3.12+

  • uv (recommended) or pip


Setup & Running

  1. Clone the Repository:

    git clone https://github.com/<YOUR_USERNAME>/expense-tracker-mcp-server.git
    cd expense-tracker-mcp-server
  2. Install Dependencies:

    uv sync
  3. Run the MCP Server:

    uv run main.py

MCP Client Configuration

Claude Desktop Configuration

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "expense-tracker": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/expense-tracker-mcp-server",
        "run",
        "main.py"
      ]
    }
  }
}

License

MIT

A
license - permissive license
-
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
    -
    quality
    D
    maintenance
    Enables users to track and manage personal expenses through natural language, including adding entries, filtering by date/category, viewing statistics, and exporting data in JSON or CSV format.
    Last updated
    3
  • F
    license
    C
    quality
    D
    maintenance
    Enables personal expense management with SQLite storage, allowing users to add, update, delete, list, and summarize expenses by category through natural language interactions.
    Last updated
    5
  • F
    license
    -
    quality
    B
    maintenance
    Enables tracking of personal expenses with tools to add, list, update, delete, and summarize expenses by category.
    Last updated

View all related MCP servers

Related MCP Connectors

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/MeetSolanki2260/expense-tracker-mcp-server'

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