Skip to content
Cline

Telethon Plus for Cline

io.github.psyb0t/telethon-plus

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

client:Cline transport:stdio runtime:oci

Install Telethon Plus in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Telethon Plus in other clients