telegram-mcp-server

safra36/telegram-mcp-server
★ 2 stars TypeScript Communication Updated today
Full-capability Telegram MCP server backed by your user account via mtcute. Speaks stdio + Streamable HTTP. ~40 tools across read/write/media/admin/account. Allowlists, rate limiting, FloodWait ▎ handling, SOCKS/HTTP/MTProxy support.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "telegram-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "safra36/telegram-mcp-server"
      ]
    }
  }
}