Skip to content
Gemini CLI

Buy Me a Coffee (read-only) for Gemini CLI

io.github.mayeu20/buymeacoffee-mcp

Read your own Buy Me a Coffee supporters, Extras purchases, memberships and totals.

client:Gemini CLI transport:stdio runtime:npm

Install Buy Me a Coffee (read-only) in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "buymeacoffee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "buymeacoffee-mcp"
      ],
      "env": {
        "BMAC_TOKEN": "<BMAC_TOKEN>"
      }
    }
  }
}

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

Buy Me a Coffee (read-only) in other clients