Skip to content
Zed

Telethon Plus for Zed

io.github.psyb0t/telethon-plus

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

client:Zed transport:stdio runtime:oci

Install Telethon Plus in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Telethon Plus in other clients