Skip to content
Gemini CLI

claude ops telegram server for Gemini CLI

io.github.auroracapital/claude-ops-telegram-server

Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.

client:Gemini CLI transport:stdio runtime:npm

Install claude ops telegram 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": {
    "claude-ops-telegram-server": {
      "command": "npx",
      "args": [
        "-y",
        "claude-ops-telegram-server"
      ],
      "env": {
        "TELEGRAM_API_ID": "<TELEGRAM_API_ID>",
        "TELEGRAM_API_HASH": "<TELEGRAM_API_HASH>",
        "TELEGRAM_PHONE": "<TELEGRAM_PHONE>",
        "TELEGRAM_SESSION": "<TELEGRAM_SESSION>"
      }
    }
  }
}

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

claude ops telegram server in other clients