Odel
Telegram Managed Bot Factory

Telegram Managed Bot Factory

Local
@laser54PythonMITUpdated 2w ago

Provision owner-confirmed isolated Telegram Managed Bot instances.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItelegram-managed-bot-factoryv0.1.0

Run

uvx telegram-managed-bot-factory

MCP client config

{
  "mcpServers": {
    "telegram-managed-bot-factory": {
      "command": "uvx",
      "args": [
        "telegram-managed-bot-factory"
      ]
    }
  }
}