Skip to content
Gemini CLI

Telethon Plus for Gemini CLI

io.github.psyb0t/telethon-plus

Self-hosted MCP server: Telegram userbot control (Telethon) via HTTP and MCP.

client:Gemini CLI transport:stdio runtime:oci

Install Telethon Plus in Gemini CLI

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

{
  "mcpServers": {
    "telethon-plus": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/telethon-plus:v0.5.7"
      ]
    }
  }
}

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

Telethon Plus in other clients