← Back to Plugins
MCP Server MCP

io.github.justfsl50/expense-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx expense-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "expense-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SQLite or PostgreSQL database URL",
          "format": "string",
          "name": "DATABASE_URL"
        },
        {
          "description": "Currency symbol (default: ₹)",
          "format": "string",
          "name": "CURRENCY"
        },
        {
          "description": "User ID for multi-user setups",
          "format": "string",
          "name": "DEFAULT_USER"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...