Telegram bot integration — send messages, manage chats, and interact with the Telegram Bot API
TELEGRAM_BOT_TOKENnpx @getmcp/cli add telegramConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": [
"-y",
"mcp-telegram"
],
"env": {
"TELEGRAM_BOT_TOKEN": ""
}
}
}
}