
Telegram
Integrate FlowHunt with Telegram using the Telegram MCP Server to automate message management, organize chats, and streamline communication workflows with AI-po...

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 |
Integrate FlowHunt with the Telegram MCP Server to automate messaging, organize chats, and power up your AI-driven communication.

Integrate FlowHunt with Telegram using the Telegram MCP Server to automate message management, organize chats, and streamline communication workflows with AI-po...

The Telegram MCP Server bridges AI assistants and clients with Telegram, enabling programmatic interaction with Telegram chats, messages, groups, and users. Pow...

The mcp-teams-server brings Microsoft Teams functionality to FlowHunt via the Model Context Protocol (MCP), enabling AI assistants to read, create, and reply to...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.