Better Telegram MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 2 385 installs a week from pypi. Last commit 13 Sep 2026.
Telegram for AI agents: messages, chats, media, and contacts in bot and user-account modes.
The author archived this repository on GitHub, meaning it is no longer maintained.
We read the source, 23 h ago · rules 3dff92dd89df
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.
API_BASE = "https://api.telegram.org/bot{}/"
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add better-telegram-mcp -- uvx better-telegram-mcp
{
"mcpServers": {
"better-telegram-mcp": {
"args": [
"better-telegram-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.better-telegram-mcp]
command = "uvx"
args = ["better-telegram-mcp"]
{
"mcpServers": {
"better-telegram-mcp": {
"args": [
"better-telegram-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"better-telegram-mcp": {
"args": [
"better-telegram-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
TELEGRAM_BOT_TOKEN (Telegram bot token from @BotFather (for bot mode)), TELEGRAM_API_ID (Telegram API ID from my.telegram.org (for user mode)), TELEGRAM_API_HASH (Telegram API hash from my.telegram.org (for user mode)).
The author declared them in the registry entry; get the values from the project itself.
WhatsApp for your agent: chats, messages, media, contacts and groups behind MCP tools.
Telegram MCP server: read, send, and search messages and manage chats via your account.
MCP server for Telegram Archive — search messages, browse chats, and access history
Telegram personal-account MCP (MTProto user-auth). Read DMs, send messages, search across chats.
Self-hosted, consent-based access to Telegram accounts and bots for MCP clients
Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.
MCP server for Z-API — WhatsApp messaging, contacts, media
WhatsApp Business MCP: send messages, manage contacts, campaigns, and AI agents.
Answers built from our own checks of this server.