Skip to content
Gemini CLI

Spendlog for Gemini CLI

io.github.makz81/spendlog

MCP server for expense tracking, invoices, budgets, and financial insights directly in Claude

client:Gemini CLI transport:stdio runtime:npm

Install Spendlog in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "spendlog": {
      "command": "npx",
      "args": [
        "-y",
        "spendlog"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Spendlog in other clients