Skip to main content
Glama
tanishra

ExpenseTracker MCP Server

by tanishra

ExpenseTracker MCP Server

A production-ready Model Context Protocol (MCP) server that turns your AI assistant into a persistent personal finance manager using PostgreSQL.

This project allows Claude Desktop or any MCP-enabled agent to securely store, analyze, and export expense data using real database transactions instead of chat memory.


Related MCP server: Expense Tracker MCP Server

What Is It?

ExpenseTracker MCP is a local backend service exposing structured financial tools to AI agents.

It enables your assistant to:

  • Store expenses permanently

  • Edit and delete past records

  • Summarize spending patterns

  • Detect top spending categories

  • Generate monthly reports

  • Export data for accounting or tax use


How It Works

  1. Claude Desktop sends a tool request using MCP.

  2. ExpenseTracker MCP receives the request.

  3. The server executes the database operation in PostgreSQL.

  4. Results are returned to Claude as structured JSON.

  5. Logs are written to expense_tracker.log.

The AI never invents data — it only queries your real database.


How To Run Using uv

Install dependencies

uv add fastmcp psycopg2-binary python-dotenv

Create .env file

DB_HOST=localhost
DB_PORT=5432
DB_NAME=expense_tracker
DB_USER=expense_user
DB_PASSWORD=your_password

Start MCP server

For Testing

uv run fastmcp dev main.py

For Run

uv run fastmcp run main.py

How to connect to Claude Desktop

uv run fastmcp install claude-desktop main.py

Restart Claude Desktop


Contribution

Contributions are welcome.

  • Fork the repository

  • Create a feature branch

  • Add or improve MCP tools or documentation

  • Submit a pull request with a clear description of your changes

Install Server
F
license - not found
C
quality
D
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 AI assistants to manage personal expenses through natural conversation, supporting expense tracking, categorization, filtering, and financial summaries. Uses SQLite database to store expense records with full CRUD operations for comprehensive personal finance management.
    Last updated
    1
  • 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
    D
    maintenance
    Enables AI assistants to track and manage expenses, including adding, viewing, and summarizing expenses by category, date, or amount, with persistent local storage.
    Last updated
    1

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.

  • Track, analyze, and act on your streaming and SaaS subscriptions from any AI agent.

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

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