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
{
"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