local-expense-tracker-mcp-server

Arham097/local-expense-tracker-mcp-server
★ 1 stars Python 💬 Communication Updated 16d ago
A Local MCP Server for Expense tracker where you can manage all of the expense through by chatting with MCP Client
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": {
    "local-expense-tracke": {
      "command": "uvx",
      "args": [
        "local-expense-tracker-mcp-server"
      ]
    }
  }
}

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