Telegram MCP Server
@clean99
关于 Telegram MCP Server
An MCP server implementation that provides tools for interacting with the [Telegram Bot API](
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"telegram-mcp-server-clean99": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"dist/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Telegram MCP Server?
Telegram MCP Server is an MCP server implementation that provides tools for interacting with the Telegram Bot API. It allows AI assistants to send messages, retrieve bot information, and manage updates programmatically.
How to use Telegram MCP Server?
Set the TELEGRAM_BOT_TOKEN environment variable with a bot token obtained from @BotFather on Telegram. For development, install dependencies with npm install, build with npm run build, and launch using the inspector: npx @modelcontextprotocol/inspector node dist/index.js.
Key features of Telegram MCP Server
- Retrieve basic bot information
- Send messages to specified chats
- Receive incoming updates via long polling
- Forward messages between chats
- Configure optional parameters for messages
Use cases of Telegram MCP Server
- AI assistant sending notifications or alerts to a chat
- Bot reading incoming updates and responding to users
- Forwarding important messages to other channels or groups
- Getting bot profile information for verification or logging
FAQ from Telegram MCP Server
How do I get a Telegram Bot token?
Talk to @BotFather on Telegram and use the /newbot command. You will receive a token after providing a name and username for your bot.
What runtime dependencies are required?
Node.js and npm are needed to run the server.
Can I change the bot username later?
No, the username cannot be changed once created, so choose it carefully.
What authentication is used?
The server authenticates with the Telegram Bot API using a token stored in the TELEGRAM_BOT_TOKEN environment variable.
沟通协作 分类下的更多 MCP 服务器
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Outlook MCP Server
Wallisking1991PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
Discord MCP Server
hanwegMCP server for discord bot
飞书MCP服务器
sdd330MCP server provides feishu related operations
评论