-
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.
지엑스피1
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 서버로, 사용자가 읽지 않은 메시지를 검색하고, 엔티티 정보를 가져오고, 자연어 인터페이스를 통해 메시지를 보낼 수 있도록 해줍니다.