Skip to content
Claude Desktop

telegram archive mcp for Claude Desktop

io.github.geiserx/telegram-archive-mcp

MCP server for Telegram Archive — search messages, browse chats, and access history

client:Claude Desktop transport:stdio runtime:npm

Install telegram archive mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "telegram-archive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-archive-mcp"
      ],
      "env": {
        "TELEGRAM_ARCHIVE_URL": "<TELEGRAM_ARCHIVE_URL>",
        "TELEGRAM_ARCHIVE_USER": "<TELEGRAM_ARCHIVE_USER>",
        "TELEGRAM_ARCHIVE_PASS": "<TELEGRAM_ARCHIVE_PASS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

telegram archive mcp in other clients