Skip to content
Gemini CLI

sendpulse mcp for Gemini CLI

io.github.theyahia/sendpulse-mcp

MCP server for SendPulse API — mailing lists, email sending, statistics. OAuth2 auth.

client:Gemini CLI transport:stdio runtime:npm

Install sendpulse 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": {
    "sendpulse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/sendpulse-mcp"
      ],
      "env": {
        "SENDPULSE_ID": "<SENDPULSE_ID>"
      }
    }
  }
}

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

sendpulse mcp in other clients