mcp-telegram
Verified Safeby beepmedia
Overview
Enables AI agents to send and manage Telegram messages using the Telegram Bot API.
Installation
bun run startEnvironment Variables
- TELEGRAM_BOT_TOKEN
Security Notes
The server uses environment variables for sensitive data like `TELEGRAM_BOT_TOKEN`. HTTP and SSE transports offer API key authentication via `MCP_TELEGRAM_API_KEY`, but this key is optional. If not configured, these endpoints will run without authentication, posing a significant security risk if exposed externally. Input validation is performed using `zod` in tool definitions and HTTP handlers. Webhook verification relies on an optional `TELEGRAM_WEBHOOK_SECRET`. No direct code injection or `eval` usage found.
Similar Servers
line-bot-mcp-server
Integrates AI agents with LINE Messaging API for automated communication and management of LINE Official Accounts.
mac_messages_mcp
Enables AI assistants to interact with the macOS Messages app for reading, sending, and searching messages, including universal messaging capabilities with SMS/RCS fallback.
mcp-discord
Enables AI assistants to interact with the Discord platform by providing a set of Discord-related functionalities via the Model Context Protocol (MCP).
whatsapp-mcp-ts
Connects a personal WhatsApp account to an AI agent, enabling the agent to search messages and contacts, list chats, retrieve message history, and send messages via WhatsApp.