Skip to content
Gemini CLI

WaAPI for Gemini CLI

app.waapi/waapi

Messaging tools for AI agents: send messages, manage chats, groups and channels.

client:Gemini CLI transport:streamable-http

Install WaAPI in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "waapi": {
      "httpUrl": "https://waapi.app/mcp/waapi"
    }
  }
}

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

WaAPI in other clients