expense-tracker-mcp-server

Yes-Amrit/expense-tracker-mcp-server
★ 0 stars Python AI/LLM Updated 1d ago
A FastMCP-powered Expense Tracker server that enables AI assistants to manage personal finance data through structured tools. It supports expense tracking, categorization, budget monitoring, transaction retrieval, and financial insights via a standardized MCP interface, making expense management accessible through natural language interactions.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "expense-tracker-mcp-": {
      "command": "uvx",
      "args": [
        "expense-tracker-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install expense-tracker-mcp-server

Topics

agentic-aillmmcpmcp-server