Back to directory
jeroensmink98/telegram-mcp

jeroensmink98/telegram-mcp

@jeroensmink98

MCP server for sending Telegram messages through AI assistants like Claude Desktop

telegrammcpmessagingtypescriptbotaiclaudecommunicationtool

Installation & Configuration

{
  "mcpServers": {
    "telegram": {
      "command": "node",
      "args": [
        "./dist/mcp-server.js"
      ],
      "env": {
        "TELEGRAM_TOKEN": "your-telegram-bot-token",
        "CHAT_ID": "your-chat-id"
      }
    }
  }
}

Information

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