Telegram Public Cloudflare
БесплатноНе проверенReads public Telegram channel pages and exposes them as MCP tools over Streamable HTTP/JSON-RPC, enabling retrieval of channel info, latest posts, and search wi
Описание
Reads public Telegram channel pages and exposes them as MCP tools over Streamable HTTP/JSON-RPC, enabling retrieval of channel info, latest posts, and search without Telegram API credentials.
README
Public Telegram MCP server for Cloudflare Workers. It reads public Telegram channel pages at t.me/s/{channel} and exposes them as MCP tools over Streamable HTTP/JSON-RPC.
No Telegram API credentials are required. The server only fetches public web pages.
Public hosted instance
Anyone can use the deployed public MCP endpoint:
https://telegram-public-mcp-cf.mametevalex.workers.dev/mcp
Health check:
https://telegram-public-mcp-cf.mametevalex.workers.dev/healthz
Tools
| Tool | Description |
|---|---|
get_channel_info |
Public channel title, description, avatar, subscriber counter, canonical URL. |
get_latest_posts |
Latest public posts with text, images, views, timestamps, pagination by before_post_id or before_time. |
search_posts |
Telegram public web search via https://t.me/s/{channel}?q=.... |
Endpoints
Live Cloudflare deployment:
GET https://telegram-public-mcp-cf.mametevalex.workers.dev/healthz— health check.POST https://telegram-public-mcp-cf.mametevalex.workers.dev/mcp— MCP JSON-RPC endpoint.
Generic endpoints:
GET /healthz— health check.POST /mcp— MCP JSON-RPC endpoint.
Deploy
npm install
npx wrangler deploy
wrangler.toml:
name = "telegram-public-mcp-cf"
main = "src/worker.js"
compatibility_date = "2026-07-09"
[vars]
TELEGRAM_BASE_URL = "https://t.me"
MCP examples
List tools:
curl -s https://telegram-public-mcp-cf.<account>.workers.dev/mcp \
-H 'content-type: application/json' \
--data-binary '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | jq
Get latest posts:
curl -s https://telegram-public-mcp-cf.<account>.workers.dev/mcp \
-H 'content-type: application/json' \
--data-binary '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"get_latest_posts","arguments":{"channel":"telegram","limit":3}}}' | jq
Hermes Agent config
mcp_servers:
telegram-public:
url: https://telegram-public-mcp-cf.mametevalex.workers.dev/mcp
timeout: 120
connect_timeout: 60
Limitations
- Only public Telegram channels are supported.
- Telegram can change
t.me/sHTML; parser updates may be needed. - Subscriber/view counts are returned as Telegram renders them.
License
MIT
from github.com/freQuensy23-coder/telegram-public-mcp-cloudflare
Установка Telegram Public Cloudflare
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/freQuensy23-coder/telegram-public-mcp-cloudflareFAQ
Telegram Public Cloudflare MCP бесплатный?
Да, Telegram Public Cloudflare MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Telegram Public Cloudflare?
Нет, Telegram Public Cloudflare работает без API-ключей и переменных окружения.
Telegram Public Cloudflare — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Telegram Public Cloudflare в Claude Desktop, Claude Code или Cursor?
Открой Telegram Public Cloudflare на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Telegram Public Cloudflare with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
