Skip to content

MCP TelegramConnect AI to Your Telegram

59 tools — messages, groups, stickers, contacts, search, and more. Works with Claude, ChatGPT, Cursor, and any MCP client.

Quick Start

Download the binary for your platform from GitHub Releases, get API credentials, and connect:

bash
curl -L -o mcp-telegram https://github.com/overpod/mcp-telegram/releases/latest/download/mcp-telegram-darwin-arm64
curl -L -o mcp-telegram-login https://github.com/overpod/mcp-telegram/releases/latest/download/mcp-telegram-login-darwin-arm64
chmod +x mcp-telegram mcp-telegram-login
TELEGRAM_API_ID=YOUR_ID TELEGRAM_API_HASH=YOUR_HASH ./mcp-telegram-login
bash
curl -L -o mcp-telegram https://github.com/overpod/mcp-telegram/releases/latest/download/mcp-telegram-darwin-x64
curl -L -o mcp-telegram-login https://github.com/overpod/mcp-telegram/releases/latest/download/mcp-telegram-login-darwin-x64
chmod +x mcp-telegram mcp-telegram-login
TELEGRAM_API_ID=YOUR_ID TELEGRAM_API_HASH=YOUR_HASH ./mcp-telegram-login
bash
curl -L -o mcp-telegram https://github.com/overpod/mcp-telegram/releases/latest/download/mcp-telegram-linux-x64
curl -L -o mcp-telegram-login https://github.com/overpod/mcp-telegram/releases/latest/download/mcp-telegram-login-linux-x64
chmod +x mcp-telegram mcp-telegram-login
TELEGRAM_API_ID=YOUR_ID TELEGRAM_API_HASH=YOUR_HASH ./mcp-telegram-login
powershell
# Download from https://github.com/overpod/mcp-telegram/releases/latest
# mcp-telegram-windows-x64.exe
# mcp-telegram-login-windows-x64.exe
$env:TELEGRAM_API_ID="YOUR_ID"; $env:TELEGRAM_API_HASH="YOUR_HASH"; .\mcp-telegram-login-windows-x64.exe

Scan the QR code in Telegram (Settings → Devices → Link Desktop Device), then add to your MCP client.

Quick Example

Once connected, just talk to your AI assistant naturally:

You: Summarize my unread Telegram messages

You: Search all chats for messages about "project deadline"

You: Send "Meeting at 3pm" to the Engineering group

Your AI assistant uses MCP Telegram tools behind the scenes — no commands to memorize.

Don't Want to Self-Host?

Use the cloud version — connect Telegram to Claude.ai or ChatGPT in 30 seconds with a QR code. No API keys, no terminal, no setup.

Released under the MIT License.