mcpbeat Sign in

Telegram Channel Scraper MCP Server

local only

Telegram Channel Scraper MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Scrape messages, extract leads from public Telegram channels. No login required.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · telegram-channel-scraper-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 telegram-channel-scraper-mcp -- npx -y telegram-channel-scraper-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telegram-channel-scraper-mcp": {
      "args": [
        "-y",
        "telegram-channel-scraper-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.telegram-channel-scraper-mcp]
command = "npx"
args = ["-y", "telegram-channel-scraper-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "telegram-channel-scraper-mcp": {
      "args": [
        "-y",
        "telegram-channel-scraper-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "telegram-channel-scraper-mcp": {
      "args": [
        "-y",
        "telegram-channel-scraper-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Telegram Channel Scraper MCP

same job, measured the same way
Telegram Channel Scraper
by brenton-keller

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

answering
Limzo Telegram Group Stats
by limzo

Read-only public Telegram group stats from Limzo: leaderboards, activity, levels. No API key.

69 installs/wk 3 tools answering
Telegram
by jojapi

Telegram: FASTEST real time Telegram API. Retrieve channel's info and messages in milliseconds..

2 tools answering
Slack
by mindstone

Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages

122 installs/wk local only
Microsoft 365 Teams
by mindstone

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.

99 installs/wk local only
I
Email Extractor
by ryuamarines

Extracts emails from texts. x402 payment required (testnet USDC).

1 tools answering
tgden — Telegram catalog
by justjuice55

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

6 tools answering
Tgatlas
by starnikovoleg

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

local only

Telegram Channel Scraper MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Telegram Channel Scraper MCP?
Telegram Channel Scraper MCP 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 telegram-channel-scraper-mcp-server.
Is Telegram Channel Scraper MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Telegram Channel Scraper MCP?
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 telegram-channel-scraper-mcp-server straight from npm; nothing to host, nothing to sign up for.