Skip to main content
Glama
AshC2004

Expense Tracker MCP Server

by AshC2004

Expense Tracker MCP Server

A Model Context Protocol (MCP) server for tracking personal expenses and wallet balance, built with FastMCP and SQLite. Lets Claude Desktop, Cursor, or any MCP client log expenses, summarize spending, and check your balance through natural conversation.

Features

  • Log expenses with date, amount, category, subcategory, and note

  • List expenses within a date range

  • Summarize spending by category over a date range

  • Track and update a wallet balance

  • A predefined category/subcategory taxonomy exposed as an MCP resource

Related MCP server: expense-mcp

Tools

Tool

Description

add_expense(date, amount, category, subcategory, note)

Insert an expense record

list_expenses(start_date, end_date)

List expenses in an inclusive date range

summarize(start_date, end_date, category)

Sum expenses by category over a date range

get_balance()

Read the current wallet balance

set_balance(amount)

Set the wallet balance

All dates use YYYY-MM-DD format and are validated on input.

Resources

  • expense://categories: JSON taxonomy of categories and subcategories (food, transport, housing, utilities, health, education, and more), read fresh from categories.json on every request.

Setup

Requires Python 3.11+ and uv.

uv sync

Claude Desktop config

{
  "mcpServers": {
    "expense-tracker": {
      "command": "/path/to/expense-tracker-mcp-server/run.sh"
    }
  }
}

Replace /path/to/expense-tracker-mcp-server with the absolute path to this repo.

Storage

Data is stored in a local SQLite database (expenses.db, created automatically on first run, gitignored). Override the location with the EXPENSE_TRACKER_DB_PATH environment variable.

Testing

uv run pytest

License

MIT

Install Server
F
license - not found
A
quality
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 personal expenses through natural language interactions with comprehensive category support and financial summaries. Provides both local and remote MCP server options with SQLite storage for fast expense management operations.
  • A
    license
    A
    quality
    D
    maintenance
    Personal expense tracker MCP server that enables tracking expenses, income, budgets, and savings goals through natural language.
    10
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Enables users to track expenses by adding, listing, and summarizing them with category support through natural language.
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for the BudgetBakers Wallet REST API, enabling management of transactions, accounts, categories, budgets, labels, and more through natural language.
    22
    MIT

View all related MCP servers

Related MCP Connectors

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

  • Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.

  • A paid remote MCP for agent memory MCP, built to return verdicts, receipts, usage logs, and audit-re

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

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