Skip to content
VS Code

Telethon Plus for VS Code

io.github.psyb0t/telethon-plus

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

client:VS Code transport:stdio runtime:oci

Install Telethon Plus in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Telethon Plus in other clients