tgctl

jjuanrivvera/tgctl
★ 0 stars Go AI/LLM Updated 13d ago
Command-line tool for the Telegram Bot API (Go + Cobra): messages, media, chats, members, webhooks, MCP server, agent guard.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tgctl": {
      "command": "go",
      "args": [
        "run",
        "github.com/jjuanrivvera/tgctl@latest"
      ]
    }
  }
}

README Excerpt

`tgctl` wraps the [Telegram Bot API](https://core.telegram.org/bots/api) in a fast, scriptable, `gh`-style CLI: send messages, manage chats and members, configure webhooks and the bot's command menu, and poll updates — with table/JSON/YAML/CSV output, named profiles for multiple bots, OS-keyring token storage, and an MCP server so AI agents can drive it

Tools (3)

csvjsonyaml