telegram-archive-mcp
Rank #9,148io.github.GeiserX/telegram-archive-mcp
MCP server that exposes any Telegram-Archive instance to LLMs, enabling message search, chat browsing, and access to archived Telegram history.
telegram-archive-mcp is a Model Context Protocol (MCP) server published by geiserx. It ranks #9,148 of 76,851 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. telegram-archive-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 67,703 of 76,851 servers on MCP Toplist.
Use telegram-archive-mcp
Add telegram-archive-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"telegram-archive-mcp": {
"command": "npx",
"args": [
"-y",
"telegram-archive-mcp"
],
"env": {
"TELEGRAM_ARCHIVE_URL": "<your TELEGRAM_ARCHIVE_URL>",
"TELEGRAM_ARCHIVE_USER": "<your TELEGRAM_ARCHIVE_USER>",
"TELEGRAM_ARCHIVE_PASS": "<your TELEGRAM_ARCHIVE_PASS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telegram-archive-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/telegram-archive-mcp:v0.0.2"
],
"env": {
"TELEGRAM_ARCHIVE_URL": "<your TELEGRAM_ARCHIVE_URL>",
"TELEGRAM_ARCHIVE_USER": "<your TELEGRAM_ARCHIVE_USER>",
"TELEGRAM_ARCHIVE_PASS": "<your TELEGRAM_ARCHIVE_PASS>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (1 delisted)
geiserx
Other servers by geiserx
- Genieacs MCP#3,455 · 3 vers
- atlassian-browser-mcp#5,999 · 5 vers
- spinnaker-mcp#6,064 · 2 vers
- cashpilot-mcp#9,389 · 1 ver
- duplicacy-mcp#12,893 · 1 ver
- lynxprompt-mcp#12,894 · 1 ver
- pumperly-mcp#12,895 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.0.2 | Apr 3, 2026 |
Frequently asked questions
- Who maintains telegram-archive-mcp?
- telegram-archive-mcp is maintained by geiserx, which publishes 8 MCP servers (15 total versions) tracked on MCP Toplist.
- Is telegram-archive-mcp listed on the Official MCP Registry?
- Yes — telegram-archive-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does telegram-archive-mcp have?
- MCP Toplist tracks 1 version of telegram-archive-mcp, most recently published on Apr 3, 2026.
- Where can I find the source code for telegram-archive-mcp?
- The source code for telegram-archive-mcp is hosted at github.com/GeiserX/telegram-archive-mcp.