mcpbeat Sign in

Telethon Plus MCP Server

local only

Telethon Plus runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 1 Aug 2026.

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

Installs / week
not published
2
Stars
0 open issues
1 Aug 2026
Last commit
from GitHub
WTFPL
License
Python

What the code does

We read the source, 26 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

const result = spawnSync(process.execPath, args, { stdio: "inherit" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Telethon Plus

same job, measured the same way
I
TG multi-account MCP
by mesteriis

Self-hosted, consent-based access to Telegram accounts and bots for MCP clients

local only
MCP Telegram Bot
by daedalus

MCP server that exposes a Telegram bot

48 installs/wk local only
Discord Node MCP
by oratorian

MCP server for controlling Discord servers via bot token

44 installs/wk local only
Telegram MCP
by jgalea

Telegram MCP server: read, send, and search messages and manage chats via your account.

90 installs/wk local only
Better Telegram MCP
by n24q02m

Telegram for AI agents: messages, chats, media, and contacts in bot and user-account modes.

2 385 installs/wk local only
Mailbox
by psyb0t

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

local only
FlowCastle
by flowcastle

Build, edit, and deploy Telegram bots on FlowCastle's hosted visual flow platform.

50 tools answering
Chatroost — unofficial Telegram MCP server
by mcp-telegram

Unofficial Telegram MCP server — read, search, reply and react in your own Telegram account.

1 231 installs/wk answering

Telethon Plus — questions

Answers built from our own checks of this server.

Why is there no uptime for Telethon Plus?
Telethon Plus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Telethon Plus open source?
No, and the distinction matters: its licence is declared as WTFPL. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.