sz84.net
MCP ServersTelegram MCP

Telegram MCP

The Telegram MCP server connects AI models to the Telegram messaging platform. It allows models to send messages, manage bot interactions, and retrieve chat information. This is an ideal tool for developers building AI-driven Telegram bots and automation for community management.

OfficialSocialTelegramfree

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "telegram": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-get/telegram-mcp"
      ],
      "env": {
        "TELEGRAM_BOT_TOKEN": "YOUR_BOT_TOKEN"
      }
    }
  }
}

Key Features

Send and manage Telegram messages

Interact with users via Telegram bots

Retrieve chat metadata and member lists

Support for both private and group chats

Server Details

The Telegram MCP server connects AI models to the Telegram messaging platform. It allows models to send messages, manage bot interactions, and retrieve chat information. This is an ideal tool for developers building AI-driven Telegram bots and automation for community management.

Visit Source / Official Link

Go to the official repository for source code, docs, and installation.

GitHub