Back to directory
dlhellme/telegram-mcp-server

dlhellme/telegram-mcp-server

@DLHellMe

A powerful MCP server that enables Claude to interact with Telegram channels and groups via web scraping and direct API access.

telegrammcpscrapingapiclaude-desktoptypescriptsocial-mediaautomationtool

Installation & Configuration

{
  "mcpServers": {
    "telegram-scraper": {
      "command": "node",
      "args": [
        "/absolute/path/to/telegram-mcp-server/dist/index.js"
      ],
      "env": {
        "TELEGRAM_API_ID": "your_api_id",
        "TELEGRAM_API_HASH": "your_api_hash"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13