Better Telegram MCP✓
io.github.n24q02m/better-telegram-mcp · v4.11.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.n24q02m/better-telegram-mcp",
"description": "Telegram MCP server — dual-mode Bot API + MTProto, 6 composite tools.",
"title": "Better Telegram MCP",
"repository": {
"url": "https://github.com/n24q02m/better-telegram-mcp.git",
"source": "github"
},
"version": "4.11.0",
"packages": [
{
"registryType": "pypi",
"identifier": "better-telegram-mcp",
"version": "4.11.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Telegram bot token from @BotFather (for bot mode)",
"isSecret": true,
"name": "TELEGRAM_BOT_TOKEN"
},
{
"description": "Telegram API ID from my.telegram.org (for user mode)",
"name": "TELEGRAM_API_ID"
},
{
"description": "Telegram API hash from my.telegram.org (for user mode)",
"isSecret": true,
"name": "TELEGRAM_API_HASH"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/n24q02m/better-telegram-mcp:latest",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Telegram bot token from @BotFather (for bot mode)",
"isSecret": true,
"name": "TELEGRAM_BOT_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}