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.
沟通协作 分类下的更多 MCP 服务器
Discord MCP Server
hanwegMCP server for discord bot

Slack
modelcontextprotocolModel Context Protocol Servers
Outlook MCP Server
Wallisking1991Teams Mcp
floriscornelMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
Mcp Telegram
dryeabMCP Server for Telegram
评论