Back to directory
juklee0ira/telegram_mcp

juklee0ira/telegram_mcp

@JukLee0ira

Telegram MCP server that enables LLMs to send and read messages through the Telegram API.

telegrammcpmessagingbot-apitypescriptllmcommunicationtool

Installation & Configuration

{
  "mcpServers": {
    "telegram": {
      "command": "node",
      "args": [
        "/path/to/telegram_MCP/dist/telegram.js"
      ],
      "env": {
        "TELEGRAM_BOT_TOKEN": "your_telegram_bot_token_here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15