Telegram Channel Scraper MCP
Rank #5,605io.github.khadinakbaronline/telegram-channel-scraper-mcp
Scrape messages, extract leads from public Telegram channels. No login required.
Telegram Channel Scraper MCP is a Model Context Protocol (MCP) server published by khadinakbaronline. It ranks #5,605 of 115,591 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. Telegram Channel Scraper MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 109,986 of 115,591 servers on MCP Toplist.
Use Telegram Channel Scraper MCP
claude mcp add telegram-channel-scraper-mcp -- npx -y telegram-channel-scraper-mcp-server[mcp_servers.telegram-channel-scraper-mcp]
command = "npx"
args = ["-y", "telegram-channel-scraper-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"telegram-channel-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"telegram-channel-scraper-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"telegram-channel-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"telegram-channel-scraper-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"telegram-channel-scraper-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"telegram-channel-scraper-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"telegram-channel-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"telegram-channel-scraper-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"telegram-channel-scraper-mcp": {
"command": "npx",
"args": [
"-y",
"telegram-channel-scraper-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.khadinakbaronline%2Ftelegram-channel-scraper-mcp)<a href="https://mcptoplist.com/server/io.github.khadinakbaronline%2Ftelegram-channel-scraper-mcp"><img src="https://mcptoplist.com/badge/io.github.khadinakbaronline%2Ftelegram-channel-scraper-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
khadinakbaronline
Other servers by khadinakbaronline
View all khadinakbaronline servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Telegram Channel Scraper MCP?
- Telegram Channel Scraper MCP is maintained by khadinakbaronline, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Telegram Channel Scraper MCP listed on the Official MCP Registry?
- Yes — Telegram Channel Scraper MCP is listed on the Official MCP Registry.
- How many versions does Telegram Channel Scraper MCP have?
- MCP Toplist tracks 2 versions of Telegram Channel Scraper MCP, most recently published on Apr 2, 2026.
- Where can I find the source code for Telegram Channel Scraper MCP?
- The source code for Telegram Channel Scraper MCP is hosted at github.com/khadinakbaronline/telegram-channel-scraper-mcp.