MCP_Expense_Tracket_Server_Client

07Sada/MCP_Expense_Tracket_Server_Client
★ 0 stars Python 🗄️ Database Updated today
A conversational expense tracker using Model Context Protocol (MCP). Log, search, and summarise expenses in plain English. Built with FastMCP, SQLite, LangChain, and Streamlit.
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": {
    "mcp_expense_tracket_": {
      "command": "uvx",
      "args": [
        "mcp-expense-tracket-server-client"
      ]
    }
  }
}

Or install with pip: pip install mcp-expense-tracket-server-client