Expense_Tracker_MCP_Server

Harsh-Atkare/Expense_Tracker_MCP_Server
★ 0 stars Python 📦 Other Updated 2d ago
this is expense tracker mcp server repo build for deployment purpose.
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": {
    "expense_tracker_mcp_": {
      "command": "uvx",
      "args": [
        "expense-tracker-mcp-server"
      ]
    }
  }
}

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