communication

Telegram Mcp

Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.

python
local
communication
0
View on GitHub

Installation

npx -y chigwell/telegram-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "telegram-mcp",
  "command": "npx",
  "args": [
    "-y",
    "chigwell/telegram-mcp"
  ]
}

About This MCP Server

chigwell/telegram-mcp

Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.

GitHub: https://github.com/chigwell/telegram-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub