Expense Tracker MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Expense Tracker MCP Servershow me my financial summary for last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
💸 Expense Tracker MCP Server
A professional Model Context Protocol (MCP) server designed to help you track, analyze, and optimize your personal finances. This server provides tools to add expenses, list transactions, and generate detailed financial summaries with Indian Rupee (₹) support and strategic advice.
🚀 Features
Add Expenses: Easily log expenses with categories, dates, and notes.
Tabular Summaries: Professional reports in tabular format showing counts, totals, and percentages.
Financial Advice: Strategic solutions tailored to your spending habits (Needs vs. Wants).
Visual Graphs: Built-in support for Mermaid.js charts and Matplotlib PNG graphs for visual distribution.
INR Support: All financial values are formatted in Indian Rupees (₹).
Related MCP server: Trackor
🛠️ Installation
1. Clone the Repository
git clone https://github.com/your-username/expense-tracker.git
cd expense-tracker2. Install Dependencies (Recommended: uv)
If you have uv installed, simply run:
uv syncAlternatively, using standard pip:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt🖥️ Usage
Running the Server
If using uv, you can run the server directly:
uv run main.pyOtherwise, use python:
python main.pyClaude Desktop Integration
To use this with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"Expense Tracker": {
"command": "uv",
"args": ["--directory", "C:/path/to/expense-tracker", "run", "main.py"]
}
}
}Note: Replace C:/path/to/ with the actual absolute path to your project directory.
📂 Project Structure
main.py: The core MCP server implementation.expenses.db: SQLite database for persistent storage.requirements.txt: List of Python dependencies.pyproject.toml: Project configuration for tools likeuv.
🧠 Smart Tools
add_expense: Add a new expense record.list_expenses: Retrieve transactions within a date range.summarize: Get a detailed financial report with graphs and advice.categories: List all supported expense categories.
⚖️ License
MIT
Maintenance
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
- Alicense-qualityDmaintenanceEnables AI agents to manage personal expenses through natural language conversations. Supports adding, searching, and analyzing transactions with automatic categorization and financial insights.3MIT
- Flicense-qualityDmaintenanceEnables 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.3
- Flicense-qualityBmaintenanceEnables tracking of personal expenses with tools to add, list, update, delete, and summarize expenses by category.
- Flicense-qualityDmaintenanceEnables users to manage personal finances using natural language, including tracking expenses, income, budgets, and generating financial summaries.
Related MCP Connectors
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Capture receipts, scan Gmail, analyze spending, and create reviewed reports from AI assistants.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Raghunandan2813/Mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server