-
securityF
license-
qualityAn 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.
Last updated -
1
16
JavaScript
Provides access to Telegram messaging platform, enabling reading unread messages, retrieving conversation history, sending messages, and managing communication entities within a Telegram account.
uv run http-server/http-server.py
uv run mcp install mcp-server/mcp-server.py
MCP 服务器提供以下功能:
get_unread_entities
:获取包含未读消息的实体get_unread_messages(id)
:获取给定实体 id 的所有未读消息get_messages(id, count)
:从实体中获取按计数限制的消息get_entities
:获取当前会话中的所有实体get_entity_by_id(id)
:从当前会话中获取实体send_message(entity_id, content, reply_to_message_id)
:向实体发送带有可选标记和回复的消息brew install uv
You must be authenticated.
一个可以与 Telegram 消息平台交互的 MCP 服务器,允许用户检索未读消息、获取实体信息并通过自然语言界面发送消息。