Back to directory
wolderufael/telegram-mcp-server

wolderufael/telegram-mcp-server

@wolderufael

A powerful Telegram integration server that provides various tools for managing contacts, sending messages, and retrieving channel information through MCP

telegrammcpmessagingcontactschannelsfastmcppythontool

Installation & Configuration

{
  "mcpServers": {
    "telegram": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/telegram-mcp-server",
        "run",
        "main.py"
      ],
      "env": {
        "TG_API_ID": "your_api_id",
        "TG_API_HASH": "your_api_hash",
        "phone": "your_phone_number"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15