Skip to main content
CommunicationGo

chaindead/telegram-mcp

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

communicationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/chaindead/telegram-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Go
Author
chaindead