Telegram
About
Turn any Telegram bot into a chat-first AI assistant. Sign in with Google, paste your BotFather token, message your bot. MCP tools let external agents push notifications.
Details
- Author
- globalion
- Downloads
- 262
Jump to
- Chat via your own Telegram bot — you own the token, you own the data
- MCP over streamable-HTTP — plug into Claude Desktop, Cursor, etc
- OpenRouter under the hood — swap models freely (Claude 5, GPT, Gemini)
- Self-host in one Docker Compose command if you don't want us in the loop
- Any plain-English message → assistant replies with memory of the conversation
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
TelegramCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The README includes setup instructions such as docker compose up -d.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"telegram": {
"telegram-mcp": {
"command": "docker",
"args": [
"compose",
"up",
"-d"
]
}
}
}
}
McpServers
{
"telegram-mcp": {
"command": "docker",
"args": [
"compose",
"up",
"-d"
]
}
}
Bidirectional Telegram ⇆ agent bridge. No LLM in our stack — your MCP agent brings the brain, we just move messages both ways. Tools: get_new_messages (pull inbound), send_telegram_message (push outbound), list_recent_messages, clear_history. Slash commands (/help /clear /recent /window /usage) are handled by the platform so the bot is useful even when your agent is offline. Sign in with Google or GitHub, paste your BotFather token, plug the URL into Claude Desktop / Cursor / any MCP client.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


