mcpbeat Sign in

Tgatlas MCP Server

local only

Tgatlas runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Public Telegram channels for agents: profiles, posting cadence, and similar-channel discovery.

Installs / week
npm · tgatlas-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Tgatlas every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tgatlas -- npx -y tgatlas-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tgatlas": {
      "args": [
        "-y",
        "tgatlas-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tgatlas]
command = "npx"
args = ["-y", "tgatlas-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tgatlas": {
      "args": [
        "-y",
        "tgatlas-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tgatlas": {
      "args": [
        "-y",
        "tgatlas-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TELEGRAM_API_KEY (RapidAPI key for telegram155.p.rapidapi.com. Free tier available.), TELEGRAM_API_HOST (Upstream host. Defaults to telegram155.p.rapidapi.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tgatlas

same job, measured the same way
Telemost MCP Server
by telemost

Telegram channel analytics and statistics for AI agents, pay-per-call in USDC via x402.

56 installs/wk 20 tools answering
Outbox
by fieldcure

Multi-channel messaging MCP server for Slack, Telegram, Email, KakaoTalk, and Discord.

local only
Chamade
by chamade

Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP

155 installs/wk answering
Postlyra
by prof-1t

Manage Telegram drafts, media, schedules and publications from AI clients.

32 tools answering
TDA Discord Reader
by targeteddesignagency-blip

Discord channel operations for AI agents. Fetch, search, mentions, post. 4 tools.

local only
tgden — Telegram catalog
by justjuice55

Search 1.4M+ public Telegram channels, chats and bots. No account, no API key, no install.

6 tools answering
Statiko — Telegram trends & channel analytics
by statiko

Live Telegram data: trending topics, channel profiles & metrics, post history incl. edits/deletions.

10 tools answering
Telegram Channel Scraper
by brenton-keller

Public Telegram channel posts, views, reactions, media and subscriber counts. No login needed.

answering

Tgatlas — questions

Answers built from our own checks of this server.

Why is there no uptime for Tgatlas?
Tgatlas runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tgatlas-mcp.
How do I connect Tgatlas?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tgatlas-mcp straight from npm; nothing to host, nothing to sign up for.
Is Tgatlas open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.