Building-My-Own-MCP-Server-Expense-Tracker-

zeeshanali45/Building-My-Own-MCP-Server-Expense-Tracker-
★ 0 stars Python AI/LLM Updated 8d ago
Most of my MCP work has been connecting to servers — this time I built one from scratch. It's an expense-tracking MCP server built with FastMCP, so any MCP-compatible client (like a LangGraph agent) can add, list, and summarize expenses through natural conversation instead of a manual form or dashboard.
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": {
    "building-my-own-mcp-": {
      "command": "uvx",
      "args": [
        "building-my-own-mcp-server-expense-tracker-"
      ]
    }
  }
}

Or install with pip: pip install building-my-own-mcp-server-expense-tracker-