About
Overview
The Telegram MCP Server allows AI agents to interact with Telegram through the Bot API. It provides tools for sending messages, reading updates, managing groups and channels, sending media files, and handling inline keyboards. Supports both polling and webhook modes for receiving updates.
Capabilities
Tools & Capabilities
⚡send_message
Send a text message to a chat
⚡get_updates
Get recent messages and updates
⚡send_photo
Send a photo to a chat
⚡send_document
Send a document to a chat
⚡get_chat_members
Get members of a group chat
Setup
Installation
bash
Install
npx -y mcp-server-telegramExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["-y", "mcp-server-telegram"],
"env": {
"TELEGRAM_BOT_TOKEN": "your-bot-token"
}
}
}
}Quick Info
Authornicepkg
LanguageTypeScript
StatusStable
Stars★ 120
Last UpdatedFeb 12, 2026