Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. Tgden β€” Telegram catalog & search
T
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:04:22 AM

Tgden β€” Telegram catalog & search

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Search 1.2M+ Telegram channels, 245k+ chats, 160k+ bots β€” no account, no key, no install.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "tgden-telegram-catalog-search": {
      "command": "npx",
      "args": [
        "-y",
        "tgden-telegram-catalog-search"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

tgden β€” Telegram catalog as an MCP server + free API

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.

  • MCP endpoint β€” https://tgden.com/api/mcp
  • REST API β€” https://tgden.com/api/catalog
  • Human UI β€” tgden.com Β· Docs β€” tgden.com/en/api-docs

Why another Telegram MCP server?

Every 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 MCPtgden MCP
Credentials requiredAPI ID/hash, phone or bot tokennone
Installlocal process (Python/Go/Node)none β€” a hosted HTTP URL
Can seechats you already joined1.6M+ public entities you haven't
Answers "what exists?"noyes
Can act on your accountyesno β€” read-only by design

Because it never touches an account, there's nothing to leak and nothing to get banned.


Quick start

Claude Code

Terminal
claude mcp add --transport http tgden https://tgden.com/api/mcp

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:

config.json
{
  "mcpServers": {
    "tgden": {
      "type": "http",
      "url": "https://tgden.com/api/mcp"
    }
  }
}

That's the entire setup: streamable HTTP transport, stateless, no auth handshake.

Check it by hand:

Terminal
curl -s https://tgden.com/api/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | jq '.result.tools[].name'

Tools

ToolWhat it answers
search_telegramFull-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_statsEverything known about one channel, by @username.
search_postsFull-text search over recent posts β€” what channels actually said, not just their bio.
market_listingsReal classified listings (rent, sale, services, jobs) parsed from regional Telegram groups across πŸ‡¦πŸ‡ͺ πŸ‡ΉπŸ‡· πŸ‡ΉπŸ‡­ πŸ‡»πŸ‡³ πŸ‡¬πŸ‡ͺ πŸ‡ΊπŸ‡Έ.
market_statsListing totals by country and type.

Resources

URIContents
tgden://catalog/top-channelsTop-100 channels by subscribers.
tgden://catalog/categoriesFull category taxonomy with channel counts.
tgden://market/listings-latestThe 100 freshest marketplace listings.
tgden://market/statsMarketplace totals by country and type.

Free REST API (no key either)

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

ParamTypeDefaultNotes
qstringβ€”Free-text query (title, username, topic)
limitint20Max results to return
typestringallchannel Β· chat Β· bot (omit for everything)
Terminal
curl "https://tgden.com/api/catalog?q=crypto&type=channel&limit=3"
config.json
{
  "items": [
    {
      "id": "6ec0407a-4f5e-4a86-9154-f42481bc9413",
      "telegram_id": 2075341442,
      "username": "hamster_kombat",
      "title": "Hamster Kombat Announcement",
      "is_private": false,
      "avatar_url": "https://cdn4.telesco.pe/file/…"
    }
  ]
}

Call it from the browser

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.

server.ts
const r = await fetch("https://tgden.com/api/catalog?q=crypto&type=channel&limit=3");
console.table((await r.json()).items);

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 autocomplete

Grouped, ranked suggestions as-you-type. Good for search boxes and agent tool-use.

Terminal
curl "https://tgden.com/api/suggest?q=btc"
config.json
{
  "groups": [
    {
      "key": "chats",
      "label": { "en": "live chats", "ru": "ΠΆΠΈΠ²Ρ‹Π΅ Ρ‡Π°Ρ‚Ρ‹" },
      "items": [
        { "label": "BTC Times Discussion", "sub": "221 members",
          "href": "/en/chat/thebtctimes", "kind": "chat", "username": "thebtctimes" }
      ]
    }
  ]
}

Runnable examples: shell Β· Python Β· JavaScript.


Limits β€” published, because hidden limits are worse than low ones

SurfaceLimit
REST (/api/catalog, /api/suggest)~200 requests / 10s per IP, shared fair-use
MCP (/api/mcp)240 calls / hour per IP
Authnone β€” no key, no signup, no email
Costfree

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.


About the data

Parsed continuously from Telegram's public surfaces β€” fresher than any LLM training set, which is most of the point of exposing it over MCP.

Channels1,298,868
Group chats282,719
Bots157,909
Indexed posts4,955,162
Marketplace listings34,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.


Use cases

  • Agent tool-use β€” give an agent real Telegram discovery in one config line.
  • Research β€” map communities, track niches, study the open Telegram graph.
  • Discovery bots β€” recommend channels and chats by topic.
  • Market intel β€” what's being rented, sold and offered in regional Telegram economies.

Machine-readable site summary for AI crawlers: https://tgden.com/llms.txt

License

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.

Related MCP Servers

View all in Communication View all alternatives
  • Slack Mcp Server logoSlack Mcp Server

    The most powerful MCP server for Slack Workspaces.

    πŸ’¬ Communication1 views
    Compare vs Slack Mcp Server β†’
  • Telegram Mcp logoTelegram Mcp

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status

    πŸ’¬ Communication2 views
    Compare vs Telegram Mcp β†’
  • Telegram Mcp logoTelegram Mcp

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.

    πŸ’¬ Communication1 views
    Compare vs Telegram Mcp β†’
  • T
    Tgboard β€” Telegram Directory

    Search 100k+ auto-verified Telegram channels, bots and groups: full-text search and top rankings.

    πŸ’¬ Communication0 views
    Compare vs Tgboard β€” Telegram Directory β†’

Frequently Asked Questions about Tgden β€” Telegram catalog & search

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "tgden-telegram-catalog-search": { "command": "npx", "args": ["-y", "tgden β€” Telegram catalog & search"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTgden β€” Telegram catalog & search AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tgden-telegram-catalog-search?style=directory)](https://allmcps.com/mcp/tgden-telegram-catalog-search)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Tgden β€” Telegram catalog & search β†’Install in Claude DesktopInstall in CursorInstall in VS Code