Better Telegram MCP
Telegram for AI agents: messages, chats, media, and contacts in bot and user-account modes. Its 7 documented tools cluster into config, message, chat, media. It runs locally over stdio via the published package.
People who work with docker, telegram and ai coding and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
NO LONGER MAINTAINED
LAST COMMIT 2026-09-13 · ★ 11 · VERIFIED 2026-09-18
Apache-2.0 · Python servers · how we verify → /methodology
01 · Install Better Telegram MCP
before you install - you'll need
Set TELEGRAM_BOT_TOKEN, MCP_TRANSPORT, PUBLIC_URL, MCP_DCR_SERVER_SECRET before connecting.
Claude Code
claude mcp add n24q02m-better-telegram-mcp -- uvx better-telegram-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"n24q02m-better-telegram-mcp": {
"command": "uvx",
"args": [
"better-telegram-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem
repository archived on GitHub - read-only; no future fixes, security or otherwise
license Apache-2.0 - declared in the repository
pypi package better-telegram-mcp - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.n24q02m is GitHub-verified and matches the repo owner
03 · What Better Telegram MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can send, edit, delete, forward messages. Pin, react, search, browse history, list and manage chats, groups, channels. Members, admin, forum topics, send photos, files, voice notes, videos. Download media from messages, and list, search, add contacts. Block/unblock users (user mode only).
Capability map
Tools grouped from the project's README - what Better Telegram MCP lets an agent do.
Config
2 tools - e.g. Server status, runtime settings, cache, credential setup (relay, status, reset, complete); Re-trigger the zero-config relay setup flow (prints a fresh relay URL for the browser form). Registered via…
config · config__open_relay
Message
1 tool - e.g. Send, edit, delete, forward messages. Pin, react, search, browse history
message
Chat
1 tool - e.g. List and manage chats, groups, channels. Members, admin, forum topics
chat
Media
1 tool - e.g. Send photos, files, voice notes, videos. Download media from messages
media
Contact
1 tool - e.g. List, search, add contacts. Block/unblock users (user mode only)
contact
Help
1 tool - e.g. Full documentation for any topic
help
Latest releases
v4.22.0 · 2026-09-13
v4.22.0 (2026-09-13) · _This release is published under the Apache-2.0 License._ · sentinel: prevent OOM DoS in bot_backend send_media (#1100, 60aa2d8) · Bump mcp-core to 1.24.3 (backlog disposition pre-archive, user…
v4.21.2 · 2026-09-13
v4.21.2 (2026-09-13) · _This release is published under the Apache-2.0 License._ · Bump mcp-core to 1.24.1 (#1097, 80d4ac0) · --- · Detailed Changes: v4.21.1...v4.21.2
v4.21.1 · 2026-09-12
v4.21.1 (2026-09-12) · _This release is published under the Apache-2.0 License._ · Update @cloudflare/workers-types to ^5.20260905.1 (#1099, 9a33cc8) · --- · Detailed Changes: v4.21.0...v4.21.1
04 · Who maintains Better Telegram MCP
Better Telegram MCP is maintained by n24q02m. We track 9 MCP servers from n24q02m - 3 actively maintained, 219 combined GitHub stars, oldest repo from Dec 2025. Full record: all servers from n24q02m.
- better-code-review-graph Token-efficient code review knowledge graph: semantic search and call-graph resolution. ★ 68
- better-email-mcp IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery. ★ 34
- better-notion-mcp Markdown-first MCP server for Notion API with 8 composite tools and 39 actions. ★ 36
- better-godot-mcp Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development. ★ 37
- wet-mcp Open-source MCP server for AI agents: web search, content extraction, and library docs. ★ 17
- mnemo-mcp Persistent AI memory with hybrid search and embedded sync. Open, free, unlimited. ★ 11
05 · Facts
- repository
- github.com/n24q02m/better-telegram-mcp
- category
- communication - dead as of 2026-09-18.
- release cadence
- 8 releases in the last 90 days (latest 2026-09-13)
- registry
- io.github.n24q02m/better-telegram-mcp (active, first published 2026-03-15 · 68 versions)
- packages
- pypi:better-telegram-mcp · oci:docker.io/n24q02m/better-telegram-mcp:latest
06 · Better Telegram MCP FAQ
Is Better Telegram MCP still maintained?
Its last commit was 2026-09-13 (as of 2026-09-18) - we classify it as dead.
What can Better Telegram MCP do?
With this server connected, an agent can send, edit, delete, forward messages. Pin, react, search, browse history, list and manage chats, groups, channels. Members, admin, forum topics, send photos, files, voice notes, videos. Download media from messages, and list, search, add contacts. Block/unblock users (user mode only).
How do I install Better Telegram MCP?
Run `uvx better-telegram-mcp`. The README documents 4 environment variables (TELEGRAM_BOT_TOKEN, MCP_TRANSPORT, PUBLIC_URL…) to set first. Set TELEGRAM_BOT_TOKEN, MCP_TRANSPORT, PUBLIC_URL, MCP_DCR_SERVER_SECRET before connecting. You can also paste the ready-made client config above.
Does Better Telegram MCP run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Better Telegram MCP
Alternatives to Better Telegram MCP
Maintained communication servers if Better Telegram MCP isn't the fit.
- Draw Io Create diagrams in chat, rendered as live interactive draw.io diagrams. 10,000+ searchable shapes. ★ 5,462 · 2026-09-18
- Mockserver Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP. ★ 4,972 · 2026-09-17
- Vexa Meeting bot and transcripts for Google Meet, Teams and Zoom. Live or after, speakers labelled. ★ 2,798 · 2026-09-17
- Agent Swarm Full Agent Swarm API and MCP server with local SQLite storage for multi-agent orchestration. ★ 806 · 2026-09-18
- Evolution API MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 271 · 2026-08-29
- Agenticmail MCP Server Real email and SMS for AI agents - send mail, receive verification codes, drive a real inbox. ★ 223 · 2026-09-13
Pairs well with
Servers that cover what Better Telegram MCP doesn't - only shown when the pairing reason fits the companion.