Skip to content
Gemini CLI

mcp telegram bot for Gemini CLI

io.github.daedalus/mcp-telegram-bot

MCP server that exposes a Telegram bot

client:Gemini CLI transport:stdio runtime:pypi

Install mcp telegram bot in Gemini CLI

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

{
  "mcpServers": {
    "mcp-telegram-bot": {
      "command": "uvx",
      "args": [
        "mcp-telegram-bot"
      ]
    }
  }
}

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

mcp telegram bot in other clients