MCP Directory
Back

mcp-telegram

by dryeab · Python · ★ 244

MCP Server for Telegram

#ai#anthropic#anthropic-claude#bot#claude#cursor#llm#mcp#model-context-protocol#model-context-protocol-server#mtproto#telegram#telegram-bot#telethon

Install

pip install git+https://github.com/dryeab/mcp-telegram.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-telegram": {
      "command": "uvx",
      "args": [
        "git+https://github.com/dryeab/mcp-telegram.git"
      ]
    }
  }
}

From the README

Enable LLMs to control your Telegram **Connect Large Language Models to Telegram via the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction).** Built with [Telethon](https://github.com/LonamiWebs/Telethon), this server allows AI agents to interact with Telegram, enabling features like sending/editing/deleting messages, searching chats, managing drafts, downloading media, and more using the [MTProto](https://core.telegram.org/mtproto). - Python 3.10 or higher - [](https://github.com/astral-sh/uv) Install via the [official uv guide](https://github.com/…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers