communication

Telegram Mcp

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

local
rust
communication
0
View on GitHub

Installation

npx -y chaindead/telegram-mcp

Configuration

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

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

About This MCP Server

chaindead/telegram-mcp

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

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

Need More Details?

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

View Full Documentation on GitHub