Communication

Telegram MCP

chigwell/telegram-mcp exposes Telegram via Telethon so MCP clients can read chats, manage groups, and send or edit messages and media. Install from the GitHub repo (the PyPI name telegram-mcp is a different project).

Stars

1.3k

Installs

52.0k

License

Apache-2.0

Kind

MCP

Trust evidence

Catalogued

Catalogued MCP with public repository metadata. Not a verified endorsement.

  • Stars: 1.3k · catalog
  • Freshness: Updated 2026-06-15
  • Used in 1 known stack

Prerequisites

  • · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
  • · Environment: TELEGRAM_API_ID
  • · Environment: TELEGRAM_API_HASH
  • · Python 3 + pip

Reference command

{
  "mcpServers": {
    "telegram-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "<path-to-telegram-mcp>",
        "run",
        "main.py"
      ],
      "env": {
        "TELEGRAM_API_ID": "<YOUR_API_ID>",
        "TELEGRAM_API_HASH": "<YOUR_API_HASH>"
      }
    }
  }
}

Often stacked with

Stacks that include this