Skip to main content
ClaudeWave

MCP server for public Telegram channels — profiles, posting cadence, and the channels Telegram itself considers similar.

MCP ServersOfficial Registry1 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: NPX · tgatlas-mcp
Claude Code CLI
claude mcp add tgatlas-mcp -- npx -y tgatlas-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tgatlas-mcp": {
      "command": "npx",
      "args": ["-y", "tgatlas-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

<img src="logo.png" alt="" width="88" align="right">

# tgatlas-mcp

MCP server for public Telegram channels. Gives an agent a channel's real
profile — subscribers, description, creation date, verification and scam
flags, how often it posts — and the channels Telegram itself considers
similar to it.

No phone number, no session file, no MTProto client to keep alive. An API
key and a Node runtime.

## Install

```bash
npx tgatlas-mcp
```

Claude Desktop / Claude Code / any MCP client:

```json
{
  "mcpServers": {
    "tgatlas": {
      "command": "npx",
      "args": ["-y", "tgatlas-mcp"],
      "env": { "TELEGRAM_API_KEY": "your-rapidapi-key" }
    }
  }
}
```

Get a key at [rapidapi.com/starnikovoleg/api/telegram155](https://rapidapi.com/starnikovoleg/api/telegram155).
There is a free tier and no card.

## Tools

### `telegram_channel`

A channel's profile: title, description, exact subscriber count, creation
date, Telegram's own verification and scam flags, and posting cadence.

The cadence is the part most directories leave out, and it is usually the
answer to the question being asked. A channel with 200,000 subscribers and
nothing published in fourteen months looks identical to a live one in every
listing that reports only follower counts.

```
@durov — Du rov's Channel
Subscribers   1,400,000
Created       2017-02-15
Last post     2026-08-29
Posting rate  0.4 posts/day over the last 30
```

### `telegram_similar_channels`

The channels Telegram recommends alongside a given one — its own topical
judgement rather than a keyword match, so it returns channels that share an
audience without sharing vocabulary.

This is how you find channels whose names you do not already know: start
from one you do and walk outward. Two rounds of expansion from a few dozen
seeds reaches several thousand channels.

Set `enrich: true` to fetch exact subscriber counts for each result.

### `telegram_search_channels`

Telegram's global search over public channels and groups. Use it to find a
starting point; use `telegram_similar_channels` to expand it.

## Output

Markdown by default — what a model reads without a parsing step. Pass
`format: "json"` for the raw API response when you are piping into code.

## Scope

Public channel metadata only. Message contents, member lists, and private
groups are outside what this reads and outside what it will return.

## Cost

Tools call the REST endpoints directly rather than proxying a remote MCP
endpoint. RapidAPI bills per request, so this arrangement means `initialize`
and `tools/list` are free: you pay for lookups, not handshakes.

`telegram_channel` costs three calls with cadence on, two with
`cadence: false`. `telegram_similar_channels` costs two, plus one per result
when `enrich: true` (capped at 12).

## Environment

| Variable | Default | Purpose |
|---|---|---|
| `TELEGRAM_API_KEY` | — | RapidAPI key. `RAPIDAPI_KEY` also works. |
| `TELEGRAM_API_HOST` | `telegram155.p.rapidapi.com` | Upstream host. |
| `TELEGRAM_TIMEOUT_MS` | `30000` | Per-request timeout. |

## Related

[TgAtlas](https://tgatlas.org) publishes a weekly measured corpus
built on the same API: channel directories by topic, the recommendation
graph inverted into "who recommends this channel", and how those numbers
move week to week.

MIT.

What people ask about tgatlas-mcp

What is starnikovoleg/tgatlas-mcp?

+

starnikovoleg/tgatlas-mcp is mcp servers for the Claude AI ecosystem. MCP server for public Telegram channels — profiles, posting cadence, and the channels Telegram itself considers similar. It has 1 GitHub stars and its last recorded update is dated 2026-09-17.

How do I install tgatlas-mcp?

+

You can install tgatlas-mcp by cloning the repository (https://github.com/starnikovoleg/tgatlas-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is starnikovoleg/tgatlas-mcp safe to use?

+

Our security agent has analyzed starnikovoleg/tgatlas-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains starnikovoleg/tgatlas-mcp?

+

starnikovoleg/tgatlas-mcp is maintained by starnikovoleg. The last recorded GitHub activity is dated 2026-09-17, with 0 open issues.

Are there alternatives to tgatlas-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy tgatlas-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: starnikovoleg/tgatlas-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/starnikovoleg-tgatlas-mcp)](https://claudewave.com/repo/starnikovoleg-tgatlas-mcp)
<a href="https://claudewave.com/repo/starnikovoleg-tgatlas-mcp"><img src="https://claudewave.com/api/badge/starnikovoleg-tgatlas-mcp" alt="Featured on ClaudeWave: starnikovoleg/tgatlas-mcp" width="320" height="64" /></a>

More MCP Servers

tgatlas-mcp alternatives