-
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
The MCP Server provides the following functions:
get_unread_entities
: Get entities which have unread messages in themget_unread_messages(id)
: Get all unread messages from a given entity idget_messages(id, count)
: Get messages limited by a count from an entityget_entities
: Get all entities in the current sessionget_entity_by_id(id)
: Get an entity from the current sessionsend_message(entity_id, content, reply_to_message_id)
: Send a message to an entity with optional markup and replybrew install uv
You must be authenticated.
An MCP server that enables interaction with Telegram messaging platform, allowing users to retrieve unread messages, fetch entity information, and send messages through natural language interfaces.