Telegram MCP Server
Related Servers
Alternatives to Telegram MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Telegram Bot API for sending messages, photos, editing messages, answering callbacks, and fetching updates.MIT
- AlicenseAqualityDmaintenanceEnables AI agents to send and receive messages, media, and files on Telegram, and manage chats via a bot token.17MIT
- AlicenseBqualityCmaintenanceFull-featured Telegram Bot API server for MCP (Model Context Protocol). 174 tools covering the entire Bot API — messages, chats, stickers, payments, forums, stories, and more.10023 npm7MIT
- AlicenseNot gradedqualityBmaintenanceEnables sending Telegram messages, photos, and documents, and retrieving bot information through the Telegram Bot API.23 npm1MIT
- FlicenseNot gradedqualityCmaintenanceEnables interfacing with Telegram through user accounts or bots, offering tools for messaging, chat management, search, media sharing, and session control with flood-safe rate limiting.1-
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to interact with, test, click buttons on, and verify Telegram bots end-to-end via MTProto, including messaging, inline queries, media exchange, and automated test suites.MIT
TDQS
Scored across 161 tools
Most tools are clearly scoped to a distinct resource and action, and the descriptions resolve close pairs such as sendAudio/sendVoice and copyMessage/copyMessages. With 161 tools, a few lifecycle or profile-related pairs like close/logOut and setMyDescription/setMyShortDescription still require careful reading, but they are not genuinely overlapping.
All tool names use the same camelCase convention and consistently follow a verb-first pattern (get, set, send, create, edit, delete, answer). Singular/plural variants such as forwardMessage/forwardMessages and deleteMessage/deleteMessages are predictable.
161 tools dramatically exceeds the 50+ threshold and creates an extreme mismatch for an MCP tool surface. Even if the set mirrors the Telegram Bot API, an agent must navigate an unwieldy list to find simple operations.
The surface covers nearly every Telegram Bot API domain: messages, media, stickers, chats, payments, games, inline queries, forum topics, business accounts, stories, and gifts. CRUD/lifecycle operations are present without obvious dead ends.