Telegram

by globalion

262 downloads
Not rated
GitHub Website

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Telegram
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.