MCP server for Telegram Archive — search messages, browse chats, and access history
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y telegram-archive-mcp
MCP client config
{
"mcpServers": {
"telegram-archive-mcp": {
"command": "npx",
"args": [
"-y",
"telegram-archive-mcp"
]
}
}
}Run
docker run -i --rm drumsergio/telegram-archive-mcp:v0.0.2
MCP client config
{
"mcpServers": {
"telegram-archive-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/telegram-archive-mcp:v0.0.2"
]
}
}
}