Back to directory
mobilevibe/telegram-mcp

mobilevibe/telegram-mcp

@MobileVibe

MCP server to send notifications to Telegram and receive user responses

telegrammcpnotificationsbotmessagingjavascripttool

Installation & Configuration

{
  "mcpServers": {
    "telegram-mcp": {
      "command": "node",
      "args": [
        "path/to/telegram-mcp/build/index.js"
      ],
      "env": {
        "TELEGRAM_BOT_TOKEN": "your_bot_token",
        "TELEGRAM_CHAT_ID": "your_chat_id"
      }
    }
  }
}

Information

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