Skip to content

Telegram Archive

Free

by MCP Community

MCP server for Telegram Archive — search and browse Telegram chat history via the Model Context Protocol

v0.1.0Added Apr 12, 2026
mcpmodel-context-protocoltelegramtelegram-archivechat-history
Works with:ClaudeGPTGeminiCopilot

Telegram Archive MCP Server

MCP server for Telegram Archive — search and browse Telegram chat history via the Model Context Protocol

Installation

npx -y telegram-archive-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y telegram-archive-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "telegram-archive": {
      "command": "npx",
      "args": ["-y", "telegram-archive-mcp"]
    }
  }
}