Telethon Plus for Windsurf
io.github.psyb0t/telethon-plus
Self-hosted MCP server: Telegram userbot control (Telethon) via HTTP and MCP.
client:Windsurf
transport:stdio
runtime:oci
Install Telethon Plus in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"telethon-plus": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/telethon-plus:v0.5.7"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs