Telegram MCP Server
@abhinavkale-dev
Telegram MCP Server について
Simple Telegram MCP server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"telegram": {
"command": "node",
"args": [
"path/to/telegram-mcp-server/dist/telegram-mcp.js"
],
"env": {
"TELEGRAM_BOT_TOKEN": "your_bot_token_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Telegram MCP Server?
A Model Context Protocol server for the Telegram Bot API, allowing AI assistants to interact with Telegram using standardized tools. It implements the MCP SDK and exposes Telegram operations as callable tools.
How to use Telegram MCP Server?
Install dependencies with npm install, create a .env file with your TELEGRAM_BOT_TOKEN, build with npm run build, and start with npm start. For MCP client integration, add the provided JSON configuration to your client's config file, specifying the server path and bot token.
Key features of Telegram MCP Server
- Send text messages to any chat
- Send photos with optional captions
- Delete messages from a chat
- Works with any MCP-compatible client
Use cases of Telegram MCP Server
- An AI assistant sends notifications to a Telegram group
- A bot sends photos with captions to users
- Automated message cleanup by deleting old messages
FAQ from Telegram MCP Server
How do I set up the Telegram MCP Server?
Follow the setup steps: install dependencies, create a .env file with your TELEGRAM_BOT_TOKEN, build the TypeScript project, and start the server.
What operations does it support?
It supports three operations: sendMessage, sendPhoto, and deleteMessage. Each takes the required parameters as shown in the usage examples.
How do I use it with an MCP client?
Add the provided JSON configuration to your MCP client’s config file, specifying the server’s JavaScript file path and your Telegram bot token in the env field.
What is required to run the Telegram MCP Server?
You need Node.js, the npm dependencies from npm install, and a valid Telegram Bot Token stored in the TELEGRAM_BOT_TOKEN environment variable.
「コミュニケーション」の他のコンテンツ
Slack MCP Server
korotovskyThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
Outlook MCP Server
Wallisking1991MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
コメント