Telegram-Archive-MCP is a bridge that exposes any Telegram-Archive instance as an MCP server, allowing LLMs to search messages, browse chats, and access archived Telegram history.
From the registry: MCP server for Telegram Archive — search messages, browse chats, and access history
Please install the `telegram-archive-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Telegram-Archive instance** — A running Telegram-Archive server to connect to (https://github.com/nicmart-dev/telegram-archive)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["telegram-archive-mcp"]
- required environment variables:
- `TELEGRAM_ARCHIVE_URL`: URL of your Telegram-Archive instance (example: `http://localhost:3000`)
- optional environment variables:
- `TELEGRAM_ARCHIVE_USER`: Login username for the archive instance (example: `<your-username>`)
- `TELEGRAM_ARCHIVE_PASS`: Login password for the archive instance (example: `<your-password>`)
Note: Exposes a Telegram-Archive instance as MCP. 7 tools for search, message retrieval, chat stats. Also available via Docker (HTTP transport on port 8080).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.TELEGRAM_ARCHIVE_URLrequiredTelegram-Archive instance URL (without trailing /).TELEGRAM_ARCHIVE_USERrequiredLogin username for session auth via /api/login.TELEGRAM_ARCHIVE_PASSrequiredLogin password for session auth via /api/login.Official TypeScript library for the Telnyx API