Telegram Archive Mcp
@GeiserX
关于 Telegram Archive Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"telegram-archive": {
"command": "npx",
"args": [
"-y",
"telegram-archive-mcp"
],
"env": {
"TELEGRAM_ARCHIVE_URL": "http://localhost:3000",
"TELEGRAM_ARCHIVE_USER": "",
"TELEGRAM_ARCHIVE_PASS": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Telegram Archive Mcp?
Telegram Archive Mcp is a bridge that exposes any Telegram-Archive instance as an MCP server, enabling LLMs to search messages, browse chats, and access archived Telegram history. It is designed for developers and AI agents who need programmatic access to archived Telegram data.
How to use Telegram Archive Mcp?
Deploy via Docker Compose or install with npx telegram-archive-mcp (or global npm install). Configure the Telegram-Archive instance URL and optional credentials via environment variables (TELEGRAM_ARCHIVE_URL, TELEGRAM_ARCHIVE_USER, TELEGRAM_ARCHIVE_PASS). The server runs an HTTP JSON-RPC endpoint on port 8080 (or stdio transport). Clients call initialize, then use readResource and callTool to interact.
Key features of Telegram Archive Mcp
- Exposes archive stats, chats, and folders as read-only resources
- Provides search, retrieve, and statistics tools for messages
- Single JSON-RPC endpoint at
/mcp - Supports both HTTP and stdio transports
- Easy configuration via environment variables
- Available as Docker image and npm package
Use cases of Telegram Archive Mcp
- Search archived Telegram messages using natural language from an LLM
- Browse chat statistics and folder structures programmatically
- Retrieve pinned messages or messages filtered by date
- Integrate telegram archive search into AI agent workflows
FAQ from Telegram Archive Mcp
What does Telegram Archive Mcp need to run?
It requires a running Telegram-Archive instance and optionally its login credentials. The server itself can be run via Docker or Go binary (Go 1.24+).
How do I configure authentication?
Set TELEGRAM_ARCHIVE_USER and TELEGRAM_ARCHIVE_PASS environment variables for session-based authentication with the Telegram-Archive instance. Authentication is optional if the archive does not require it.
What transport options are available?
The default transport is HTTP (listening on 127.0.0.1:8080). Set the TRANSPORT environment variable to stdio to use stdio transport instead.
What resources and tools does it provide?
Resources: telegram-archive://stats, telegram-archive://chats, telegram-archive://folders, telegram-archive://health. Tools: search_messages, get_messages, get_pinned_messages, get_messages_by_date, get_chat_stats, get_topics, refresh_stats.
Where does the message data live?
All message data resides in the connected Telegram-Archive instance; this server does not store any data itself.
沟通协作 分类下的更多 MCP 服务器
WhatsApp Web MCP
pnizerWhatsApp Web MCP Server
Outlook MCP Server
Wallisking1991Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
Gmail
shinzo-labsMCP Implementation for Gmail Services
评论