Telegram MCP Server
@jeroensmink98
Telegram MCP Server について
MCP server for telegram
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"telegram": {
"command": "node",
"args": [
"./dist/mcp-server.js"
],
"env": {
"TELEGRAM_TOKEN": "",
"CHAT_ID": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Telegram MCP Server?
Telegram MCP Server is a Model Context Protocol (MCP) server that enables AI assistants like Claude Desktop to send Telegram messages. It provides a secure way for AI applications to interact with the Telegram Bot API through a simple tool.
How to use Telegram MCP Server?
Install dependencies with npm install, build with npm run build, then configure the Telegram bot token and chat ID via environment variables in your .cursor/mcp.json file. The server exposes one tool (send_telegram_message) that takes a message string as its only parameter.
Key features of Telegram MCP Server
- Sends Telegram messages from AI assistants.
- Uses the Model Context Protocol (MCP).
- Configured via environment variables (TELEGRAM_TOKEN, CHAT_ID).
- Single tool with one required parameter.
- Built with Node.js and TypeScript.
Use cases of Telegram MCP Server
- Send notifications or alerts from an AI assistant to a Telegram chat.
- Allow Claude Desktop to post updates or messages to a group or channel.
- Integrate AI-powered workflows with Telegram messaging.
FAQ from Telegram MCP Server
What is MCP and how does this server fit in?
The Model Context Protocol (MCP) lets AI apps like Claude Desktop connect to external tools. This server implements MCP so that an AI assistant can call the send_telegram_message tool to post messages to Telegram.
What are the required dependencies and runtime?
Node.js and npm are needed. The Telegram bot token (TELEGRAM_TOKEN) and the target chat ID (CHAT_ID) must be set as environment variables.
Where is the configuration stored?
The environment variables are configured in .cursor/mcp.json under the telegram server entry. Example: "env": { "TELEGRAM_TOKEN": "...", "CHAT_ID": "..." }.
What tools are available?
The server exposes one tool: send_telegram_message, which accepts a message string parameter. There are no other tools.
What are the limitations?
The server sends messages only to a single, pre‑configured chat ID. It does not support receiving messages or dynamic chat selection.
「コミュニケーション」の他のコンテンツ
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Telegram MCP Server
kfastovTelegram user console client and archiver

Slack
modelcontextprotocolModel Context Protocol Servers
Slack MCP Server
korotovskyThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
Gmail
shinzo-labsMCP Implementation for Gmail Services
コメント