Odel
expense mcp

expense mcp

Local
@justfsl501PythonMITUpdated 6mo ago

Personal Expense Tracker MCP Server — expenses, income, budgets & savings goals

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIexpense-mcpv1.0.1

Run

uvx expense-mcp

MCP client config

{
  "mcpServers": {
    "expense-mcp": {
      "command": "uvx",
      "args": [
        "expense-mcp"
      ]
    }
  }
}