Skip to main content
CommunicationPython

chigwell/telegram-mcp

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

communicationlocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Python
Author
chigwell