io.github.n24q02m/better-telegram-mcp
Quality Score
85
/100
Telegram MCP server — dual-mode Bot API + MTProto, 6 composite tools.
§01 Install
Claude Desktop (uvx)
{
"mcpServers": {
"better-telegram-mcp": {
"command": "uvx",
"args": [
"better-telegram-mcp"
],
"env": {
"TELEGRAM_BOT_TOKEN": "<your-telegram_bot_token>",
"TELEGRAM_API_ID": "<telegram_api_id>",
"TELEGRAM_API_HASH": "<your-telegram_api_hash>"
}
}
}
}Claude Desktop (Docker)
{
"mcpServers": {
"better-telegram-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/n24q02m/better-telegram-mcp:latest"
],
"env": {
"TELEGRAM_BOT_TOKEN": "<your-telegram_bot_token>",
"TELEGRAM_API_ID": "<telegram_api_id>",
"TELEGRAM_API_HASH": "<your-telegram_api_hash>"
}
}
}
}§02 Environment variables
TELEGRAM_BOT_TOKENsecret
Telegram bot token from @BotFather (for bot mode)
TELEGRAM_API_IDTelegram API ID from my.telegram.org (for user mode)
TELEGRAM_API_HASHsecret
Telegram API hash from my.telegram.org (for user mode)
TELEGRAM_BOT_TOKENsecret
Telegram bot token from @BotFather (for bot mode)
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Chat & Messaging
ai.smithery/Danushkumar-V-mcp-discord
ai.smithery/Danushkumar-V-mcp-discord
An MCP server that integrates with Discord to provide AI-powered features.
ai.smithery/sachicali-discordmcp-suite
ai.smithery/sachicali-discordmcp-suite
Control your Discord community: send/read messages, manage channels and forums, and handle webhook…
ai.smithery/smithery-ai-slack
ai.smithery/smithery-ai-slack
Enable interaction with Slack workspaces. Supports subscribing to Slack events through Resources.