Back to MCP Servers
🔌

chigwell/telegram-mcp

Apache-2.0API key required

🐍 🏠 - Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.

PythonAPIs

Install

uvx telegram-mcp

Required environment variables

TELEGRAM_PROXY_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "chigwell-telegram-mcp": {
      "command": "uvx",
      "args": [
        "telegram-mcp"
      ],
      "env": {
        "TELEGRAM_PROXY_SECRET": "<YOUR_TELEGRAM_PROXY_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.