Back to directory
qpd-v/mcp-communicator-telegram

qpd-v/mcp-communicator-telegram

@qpd-v

An MCP server that enables communication with users through Telegram, providing tools to ask questions, send notifications, share files, and create project archives.

telegramcommunicationmessagingnotificationsfile-transferuser-interactionmcp-servertool

Installation & Configuration

{
  "mcpServers": {
    "mcp-communicator-telegram": {
      "command": "node",
      "args": [
        "path/to/mcp-communicator-telegram/build/index.js"
      ],
      "env": {
        "TELEGRAM_TOKEN": "your_bot_token_here",
        "CHAT_ID": "your_chat_id_here"
      }
    }
  }
}

Information

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