-
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
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.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Telegram メッセージング プラットフォームとのやり取りを可能にする MCP サーバー。ユーザーは未読メッセージを取得したり、エンティティ情報を取得したり、自然言語インターフェースを通じてメッセージを送信したりできます。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prem-research/telegram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server