Telethon Plus for Claude Desktop
io.github.psyb0t/telethon-plus
Self-hosted MCP server: Telegram userbot control (Telethon) via HTTP and MCP.
client:Claude Desktop
transport:stdio
runtime:oci
Install Telethon Plus in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"telethon-plus": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/telethon-plus:v0.5.7"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs