Remote-MCP-server-for-Expense-Tracking

the-samarium/Remote-MCP-server-for-Expense-Tracking
★ 0 stars Python 💻 Code/Dev Tools Updated 2d ago
This repository consists code for an MCP server created for tracking monthly expenses for an individual via connecting it to any MCP client such as Claude Desktop
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": {
    "remote-mcp-server-fo": {
      "command": "uvx",
      "args": [
        "remote-mcp-server-for-expense-tracking"
      ]
    }
  }
}

Or install with pip: pip install remote-mcp-server-for-expense-tracking