Skip to content
Gemini CLI

SMSPM MCP Server for Gemini CLI

io.github.alesav/smspm

Send SMS via the SMSPM API from any MCP client.

client:Gemini CLI transport:stdio runtime:npm

Install SMSPM MCP Server 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": {
    "smspm": {
      "command": "npx",
      "args": [
        "-y",
        "smspm-mcp"
      ],
      "env": {
        "SMSPM_HASH": "<SMSPM_HASH>",
        "SMSPM_TOKEN": "<SMSPM_TOKEN>"
      }
    }
  }
}

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

SMSPM MCP Server in other clients