Skip to content
Windsurf

telegram archive mcp for Windsurf

io.github.geiserx/telegram-archive-mcp

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

client:Windsurf transport:stdio runtime:npm

Install telegram archive mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

telegram archive mcp in other clients