
Telegram MCP Server
The Telegram MCP Server bridges AI assistants and clients with Telegram, enabling programmatic interaction with Telegram chats, messages, groups, and users. Pow...
Connect Telegram directly to AI workflows in FlowHunt with the Telegram MCP Server for automated messaging, dialog, and contact management.
The Telegram MCP Server acts as a bridge between the Telegram API and AI assistants using the Model Context Protocol (MCP). It enables AI-driven workflows to interact directly with Telegram, allowing for management of dialogs, messages, drafts, read statuses, and more. This server empowers developers to automate Telegram tasks, integrate messaging data into broader AI pipelines, and streamline communication workflows. With this integration, AI clients can read, organize, and send messages, manage contacts, and automate common Telegram interactions, significantly enhancing productivity and enabling advanced automation scenarios for individuals and teams.
{
"mcpServers": {
"telegram-mcp": {
"command": "npx",
"args": ["@telegram/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"telegram-mcp": {
"command": "npx",
"args": ["@telegram/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"telegram-mcp": {
"command": "npx",
"args": ["@telegram/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"telegram-mcp": {
"command": "npx",
"args": ["@telegram/mcp-server@latest"]
}
}
}
To secure API keys, use environment variables in your configuration:
{
"mcpServers": {
"telegram-mcp": {
"command": "npx",
"args": ["@telegram/mcp-server@latest"],
"env": {
"TELEGRAM_API_KEY": "${TELEGRAM_API_KEY}"
},
"inputs": {
"apiKey": "${TELEGRAM_API_KEY}"
}
}
}
}
This ensures sensitive keys are not stored in plain text within configuration files.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"telegram-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “telegram-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Telegram MCP bridges Telegram API and AI assistants |
List of Prompts | ✅ | Message Management, Organization, Communication |
List of Resources | ✅ | Dialogs, Messages, Drafts, Read Statuses |
List of Tools | ✅ | Dialog, Message, Draft, and Read Status management tools |
Securing API Keys | ✅ | Example provided for env vars and inputs |
Sampling Support (less important in evaluation) | ⛔ | No evidence found |
Based on the information found, the Telegram MCP Server offers a robust integration with Telegram for AI assistants, clearly listing MCP primitives (resources, tools, prompts) and providing practical setup and security guidance. Sampling and Roots support are not documented. The repo is open source and has community engagement.
This MCP server is well-documented and offers a clear, practical bridge between Telegram and AI workflows. It’s open-source with an MIT license, provides real-world automation tools, and includes detailed setup instructions. Lack of explicit Sampling/Roots support documentation is a minor drawback. Overall, it’s a strong, useful MCP server for communication automation.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 11 |
Number of Stars | 90 |
The Telegram MCP Server integrates Telegram’s messaging platform with AI assistants via the Model Context Protocol, allowing automated management of dialogs, messages, drafts, and read statuses for advanced workflow automation.
It enables message management, chat organization, prompt communication, and automation of tasks like summarizing chats, sending replies, and managing contacts and drafts directly from AI-powered flows.
Use environment variables in your configuration to store API keys securely, preventing exposure in plain text files. See the configuration examples above for details.
Automate chat summarization, message replies, contact and group organization, draft management, and real-time monitoring and alerting via Telegram—all from within FlowHunt.
Yes, the Telegram MCP Server is open source and licensed under MIT. It has active community engagement with forks and stars on its repository.
Integrate FlowHunt with the Telegram MCP Server to automate messaging, organize chats, and power up your AI-driven communication.
The Telegram MCP Server bridges AI assistants and clients with Telegram, enabling programmatic interaction with Telegram chats, messages, groups, and users. Pow...
The Discord MCP Server bridges AI assistants with Discord, enabling automated server management, message automation, and integration with external APIs via the ...
The Twilio MCP Server bridges AI assistants with Twilio’s APIs, enabling automated SMS, calls, and resource management within FlowHunt and other AI-driven workf...