telegram-archive-mcp
Rank #15,820io.github.GeiserX/telegram-archive-mcp
MCP server for Telegram Archive — search messages, browse chats, and access history
telegram-archive-mcp is a Model Context Protocol (MCP) server published by geiserx. It ranks #15,820 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. telegram-archive-mcp is listed across 3 registries — Official MCP, Glama and mcp.so, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 99,640 of 115,460 servers on MCP Toplist.
Use telegram-archive-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add telegram-archive-mcp -e "TELEGRAM_ARCHIVE_URL=<your TELEGRAM_ARCHIVE_URL>" -e "TELEGRAM_ARCHIVE_USER=<your TELEGRAM_ARCHIVE_USER>" -e "TELEGRAM_ARCHIVE_PASS=<your TELEGRAM_ARCHIVE_PASS>" -- npx -y telegram-archive-mcpReplace each placeholder with your own value before saving.
claude mcp add telegram-archive-mcp -e "TELEGRAM_ARCHIVE_URL=<your TELEGRAM_ARCHIVE_URL>" -e "TELEGRAM_ARCHIVE_USER=<your TELEGRAM_ARCHIVE_USER>" -e "TELEGRAM_ARCHIVE_PASS=<your TELEGRAM_ARCHIVE_PASS>" -- docker run -i --rm drumsergio/telegram-archive-mcp:v0.0.2Replace each placeholder with your own value before saving.
[mcp_servers.telegram-archive-mcp]
command = "npx"
args = ["-y", "telegram-archive-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.telegram-archive-mcp]
command = "docker"
args = ["run", "-i", "--rm", "drumsergio/telegram-archive-mcp:v0.0.2"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). 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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). 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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"telegram-archive-mcp": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"telegram-archive-mcp": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. 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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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.
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.GeiserX%2Ftelegram-archive-mcp)<a href="https://mcptoplist.com/server/io.github.GeiserX%2Ftelegram-archive-mcp"><img src="https://mcptoplist.com/badge/io.github.GeiserX%2Ftelegram-archive-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
geiserx
Other servers by geiserx
- Genieacs MCP#4,791 · 3 vers
- atlassian-browser-mcp#6,905 · 5 vers
- spinnaker-mcp#13,606 · 2 vers
- cashpilot-mcp#17,720 · 1 ver
- pumperly-mcp#17,721 · 1 ver
- duplicacy-mcp#19,001 · 1 ver
- lynxprompt-mcp#20,495 · 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 and mcp.so.
- 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.