Telegram MCP Server (chaindead)
Community MCP server for Telegram enabling AI agents to send messages, create polls, manage bot interactions, and access Telegram Bot API functionality for messaging automation.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
No scope granularity is the main security gap. Single token = full bot access. HTTPS enforced. Community MCP — verify code and dependencies.
⚡ Reliability
Best When
An agent needs to send notifications, alerts, or reports to Telegram users or groups — especially in technical/developer communities.
Avoid When
You need enterprise messaging with audit logs, GDPR compliance controls, or access to user (non-bot) message history.
Use Cases
- • Sending alerts and notifications to Telegram chats from agents
- • Delivering agent reports and summaries via Telegram
- • Managing Telegram group messages in agent workflows
- • Creating Telegram polls and surveys programmatically
- • Reading incoming messages for trigger-based agent workflows
Not For
- • Enterprise communication with compliance requirements
- • High-throughput messaging at scale (Telegram Bot API has limits)
- • Accessing private account messages (Bot API only, not user API)
Interface
Authentication
Single bot token grants full access to bot functionality. No scope granularity — token is all-or-nothing. Obtain from BotFather on Telegram.
Pricing
Completely free for bot API usage. No rate-based pricing.
Agent Metadata
Known Gotchas
- ⚠ Bot can only send to chats it has been added to — cannot initiate conversations with new users
- ⚠ 30 messages/second global limit shared across all your bots with same token
- ⚠ Group messages limited to 20/minute — notify user if flooding needs to be prevented
- ⚠ No scope granularity — token grants full bot access; no way to restrict to send-only
- ⚠ Community MCP server — may not cover all Telegram Bot API methods
- ⚠ No idempotency — network retry can send duplicate messages
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Telegram MCP Server (chaindead).
Scores are editorial opinions as of 2026-03-06.