MCP Server
MCP
Better Telegram MCP
Telegram MCP server — dual-mode Bot API + MTProto, composite tools.
Install
uvx better-telegram-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "better-telegram-mcp",
"version": "4.17.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"
}
]
}
]
}
mcp
model-context-protocol
pypi
oci
By
Comments
Sign in to leave a comment