Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add 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
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_TRANSPORT=stdioTELEGRAM_BOT_TOKEN=${user_config.TELEGRAM_BOT_TOKEN}Sensitive values you must provide — never committed to source control
npx claudepluginhub n24q02m/better-telegram-mcp