home / mcp / expense tracker mcp server

Expense Tracker MCP Server

Provides MCP tools to add, update, list, filter, and summarize daily expenses using SQLite.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "dhruta25-mcp": {
      "url": "https://expense-tracker-dhruta.fastmcp.app/mcp"
    }
  }
}

You will learn how to connect to and use the Expense Tracker MCP Server, a lightweight, SQLite-backed toolset that helps you add, update, list, filter, and analyze your daily expenses via MCP-compatible clients.

How to use

Connect to the remote MCP server from your MCP client (for example Claude Desktop). Use the remote server URL to link the client to the Expense Tracker MCP Server, so you can access a set of tools that manage expenses.

How to install

Prerequisites you need before connecting:

      Step-by-step connection flow you can follow right away:

                Additional setup notes

                The Expense Tracker MCP Server is publicly accessible via the live endpoint. Tools expose a straightforward way to manage expenses without installing or running any local servers. If you need to switch devices, simply reconnect to https://expense-tracker-dhruta.fastmcp.app/mcp from your MCP client.

                Available tools

                add_expense

                Add a new expense with date, amount, category, subcategory, and note.

                update_expense

                Edit or update an existing expense.

                delete_expense

                Delete a saved expense instantly.

                list_expenses

                List all expenses or filter by a date range.

                calculate_total

                Calculate total expenses overall or by a specific category.

                filter_by_category

                Show all expenses within a chosen category such as Food, Travel, or Shopping.