Expensetracker_MCP_server

arpit-debug/Expensetracker_MCP_server
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Expense Tracker MCP Server - A modern AI-powered Expense Tracker built using the Model Context Protocol (MCP) with FastMCP, SQLite, and LangChain Agents. This project allows Large Language Models (LLMs) to interact with personal finance tools such as expense management, budgeting, analytics, exports, and savings tracking through MCP tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "expensetracker_mcp_s": {
      "command": "uvx",
      "args": [
        "expensetracker-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install expensetracker-mcp-server