Skip to content
Gemini CLI

ecardwidget mcp for Gemini CLI

io.github.ecardwidget/ecardwidget-mcp

Send eCards, run bulk campaigns, and automate recurring cards from your AI assistant.

client:Gemini CLI transport:stdio runtime:npm

Install ecardwidget mcp 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": {
    "ecardwidget-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ecardwidget-mcp"
      ],
      "env": {
        "ECW_API_KEY": "<ECW_API_KEY>",
        "ECW_BASE_URL": "<ECW_BASE_URL>"
      }
    }
  }
}

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

ecardwidget mcp in other clients