Telegram MCP Server
Communicationstdiov0.1.5
MCP server for the Telegram Bot API. Lets AI agents send messages, deliver files and photos, and read updates from chats and channels through a bot, enabling notifications and conversational workflows from AI-powered tools.
Подключение
Добавьте эту конфигурацию в .claude/mcp.json
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": [],
"env": {
"TELEGRAM_BOT_TOKEN": "<YOUR_TELEGRAM_BOT_TOKEN>"
}
}
}
}Инструменты (2)
send_message
Send a text message to a Telegram chat or channel via the bot.
{
"type": "object",
"required": [
"chat_id",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Message text (supports Markdown)"
},
"chat_id": {
"type": "string",
"description": "Target chat or channel ID"
}
}
}send_document
Send a file or document to a Telegram chat.
{
"type": "object",
"required": [
"chat_id",
"file_path"
],
"properties": {
"chat_id": {
"type": "string",
"description": "Target chat or channel ID"
},
"file_path": {
"type": "string",
"description": "Path to the file to send"
}
}
}Ресурсы
Этот сервер не предоставляет ресурсы.
Промпты
Этот сервер не предоставляет промпты.
Сведения о сервере
- Репозиторий
- https://github.com/chigwell/telegram-mcp
- Лицензия
- MIT
- Версия
- 0.1.5
- Звёзды
- 208
- Последнее обновление
- 9 июля 2026 г.