Search 1.2M+ Telegram channels, 245k+ chats, 160k+ bots β no account, no key, no install.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A live index of what exists on Telegram: 1.2M+ channels, 245k+ group chats, 160k+ bots, 4.9M+ indexed posts. No Telegram account. No API key. No install. CORS enabled β it runs from a browser tab as happily as from a server.
https://tgden.com/api/mcphttps://tgden.com/api/catalogEvery other Telegram MCP server connects to your Telegram account β you hand it an API hash, a phone number or a bot token, and it reads your dialogs, sends your messages, manages your groups. Useful, but it can only ever see what you already have access to.
This one is the opposite. It's a public catalog, so it answers the question none of the others can:
"What Telegram channels and groups exist about X, and which are worth joining?"
| account-based Telegram MCP | tgden MCP | |
|---|---|---|
| Credentials required | API ID/hash, phone or bot token | none |
| Install | local process (Python/Go/Node) | none β a hosted HTTP URL |
| Can see | chats you already joined | 1.6M+ public entities you haven't |
| Answers "what exists?" | no | yes |
| Can act on your account | yes | no β read-only by design |
Because it never touches an account, there's nothing to leak and nothing to get banned.
Claude Code
Listed in the official MCP Registry as
io.github.JustJuice55/telegram-catalog β clients that browse the registry find it under
telegram.
Claude Desktop Β· Cursor Β· any MCP client β add to your MCP config:
That's the entire setup: streamable HTTP transport, stateless, no auth handshake.
Check it by hand:
| Tool | What it answers |
|---|---|
search_telegram | Full-text search across channels, group chats and bots β with subscriber/member counts, categories and trust scores. |
best_channels_by_category | "Best Telegram channels for crypto / AI / news / gamingβ¦" β ranked by subscribers. |
channel_stats | Everything known about one channel, by @username. |
search_posts | Full-text search over recent posts β what channels actually said, not just their bio. |
market_listings | Real classified listings (rent, sale, services, jobs) parsed from regional Telegram groups across π¦πͺ πΉπ· πΉπ π»π³ π¬πͺ πΊπΈ. |
market_stats | Listing totals by country and type. |
| URI | Contents |
|---|---|
tgden://catalog/top-channels | Top-100 channels by subscribers. |
tgden://catalog/categories | Full category taxonomy with channel counts. |
tgden://market/listings-latest | The 100 freshest marketplace listings. |
tgden://market/stats | Marketplace totals by country and type. |
Telegram has no official public search. Finding a channel, a live discussion group or a bot by topic means guessing usernames or trusting closed directories. If you don't speak MCP, the same catalog is plain HTTP.
GET /api/catalog β search| Param | Type | Default | Notes |
|---|---|---|---|
q | string | β | Free-text query (title, username, topic) |
limit | int | 20 | Max results to return |
type | string | all | channel Β· chat Β· bot (omit for everything) |
Access-Control-Allow-Origin: * is set on both read-only endpoints, so there is no proxy
step: paste this into any page's devtools console (or a CodePen) and it answers.
Rate limit is shared and fair-use (~200 requests / 10s per IP). No key, no signup, no CORS
proxy, no Access-Control-Allow-Credentials β nothing of yours is ever sent.
GET /api/suggest β instant autocompleteGrouped, ranked suggestions as-you-type. Good for search boxes and agent tool-use.
Runnable examples: shell Β· Python Β· JavaScript.
| Surface | Limit |
|---|---|
REST (/api/catalog, /api/suggest) | ~200 requests / 10s per IP, shared fair-use |
MCP (/api/mcp) | 240 calls / hour per IP |
| Auth | none β no key, no signup, no email |
| Cost | free |
Verified search-engine and AI crawlers are excluded from the shared limit.
We treat these as a contract: when they change, we announce it here and in the docs. No silent throttling. Need guaranteed throughput or a bulk export for something real? Open an issue, or reach us via @tgden_bot.
Parsed continuously from Telegram's public surfaces β fresher than any LLM training set, which is most of the point of exposing it over MCP.
| Channels | 1,298,868 |
| Group chats | 282,719 |
| Bots | 157,909 |
| Indexed posts | 4,955,162 |
| Marketplace listings | 34,862 |
Census 06.08.2026. The MCP server reports these totals live, so what your agent sees is current β not whatever was true when this file was written.
Public data only: channels, groups and bots that are already publicly listed or linked. No private groups, no archives from closed communities, no personal data.
Machine-readable site summary for AI crawlers: https://tgden.com/llms.txt
MIT β do what you want, no warranty. Data is public Telegram metadata.
Maintained by tgden.com. Not affiliated with Telegram FZ-LLC.
Indexes public t.me links only.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tgden-telegram-catalog-search)<a href="https://allmcps.com/mcp/tgden-telegram-catalog-search"><img src="https://allmcps.com/api/badge/tgden-telegram-catalog-search?style=directory" alt="Tgden β Telegram catalog & search on AllMCPs" /></a>