Skip to content
Gemini CLI

maacgo mcp for Gemini CLI

io.github.jinhsueh/maacgo-mcp

Taiwan SMS MCP server. Send from Claude / Cursor / Windsurf, NCC-compliant, NT$50 free trial.

client:Gemini CLI transport:stdio runtime:npm

Install maacgo 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": {
    "maacgo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@maacgo/mcp"
      ],
      "env": {
        "MAACGO_API_KEY": "<MAACGO_API_KEY>",
        "MAACGO_BASE_URL": "<MAACGO_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

maacgo mcp in other clients