From better-telegram-mcp
Local stdio server for Telegram integration using Bot API. Enables Claude to send/receive messages, manage chats, and interact with Telegram bots. Requires TELEGRAM_BOT_TOKEN.
npx claudepluginhub n24q02m/better-telegram-mcpAdd to your .mcp.json:
{
"mcpServers": {
"better-telegram-mcp": {
"command": "uvx",
"args": [
"--python",
"3.13",
"better-telegram-mcp@latest"
],
"env": {
"MCP_TRANSPORT": "stdio",
"TELEGRAM_BOT_TOKEN": "${user_config.TELEGRAM_BOT_TOKEN}"
}
}
}
}Replace placeholder values for: TELEGRAM_BOT_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
uvxMCP_TRANSPORT=stdioTELEGRAM_BOT_TOKEN=${user_config.TELEGRAM_BOT_TOKEN}Share bugs, ideas, or general feedback.