← Index

io.github.justfsl50/expense-mcp

io.github.justfsl50/expense-mcp·v1.0.1·Other
Quality Score
83
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "expense-mcp": {
      "command": "uvx",
      "args": [
        "expense-mcp"
      ],
      "env": {
        "DATABASE_URL": "<database_url>",
        "CURRENCY": "<currency>",
        "DEFAULT_USER": "<default_user>"
      }
    }
  }
}
§02  Environment variables
DATABASE_URL

SQLite or PostgreSQL database URL

CURRENCY

Currency symbol (default: ₹)

DEFAULT_USER

User ID for multi-user setups

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other