Expense_Tracker_MCP_Servers

instantboostbyabhaykeshari/Expense_Tracker_MCP_Servers
★ 0 stars Python AI/LLM Updated today
An MCP server that enables LLMs to log, track, and analyze personal expense data.
View on GitHub → 🔍 Audit Wallet Slippage →

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-servers"
      ]
    }
  }
}

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