Skip to content
Claude Desktop

AdminHub for Telegram for Claude Desktop

tools.adminhub/telegram

Run a Telegram channel from your AI agent. Posts go out through your own bot, not your account.

client:Claude Desktop transport:streamable-http

Install AdminHub for Telegram in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "telegram": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://backend-git-production-cb93.up.railway.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

AdminHub for Telegram in other clients