iflow-mcp/telegram

MCP Server

MCP Telegram Server - interact with Telegram channels and groups

Telegram bot messaging MCP server. Send messages, manage channels and groups via Telegram Bot API.

MCP Server

  • Package: @iflow-mcp/telegram-mcp-server
  • Transport: stdio
  • Command: npx -y @iflow-mcp/telegram-mcp-server

Authentication

Telegram Bot Token

VariableRequiredDescription
TELEGRAM_BOT_TOKENYesBot token from @BotFather

Available Tools

ToolDescription
*Auto-discovered*Telegram messaging, channel/group management

Configuration Example

toml
[[mcp.servers]]
name = "telegram"
type = "stdio"
command = "npx"
args = ["-y", "@iflow-mcp/telegram-mcp-server"]
timeout_seconds = 60
env = { TELEGRAM_BOT_TOKEN = "your-value" }
tools = []