Skip to content

MCP Telegram将 AI 连接到 Telegram

59 个工具 — 消息、群组、贴纸、联系人、搜索等。支持 Claude、ChatGPT、Cursor 及任何 MCP 客户端。

快速开始

GitHub Releases 下载您平台的二进制文件,获取 API 凭证,然后连接:

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
# 从 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

在 Telegram 中扫描二维码(设置 → 设备 → 连接桌面设备),然后添加到 MCP 客户端

使用示例

连接后,直接用自然语言与 AI 助手对话:

你: 总结我 Telegram 的未读消息

你: 在所有聊天中搜索关于"项目截止日期"的消息

你: 发送"下午3点开会"到工程师群

AI 助手在后台使用 MCP Telegram 工具 — 无需记忆任何命令。

不想自建?

使用**云版本** — 30 秒内通过二维码连接。无需 API 密钥、终端或配置。

Released under the MIT License.