Skip to content
Cursor

Telegram Managed Bot Factory for Cursor

io.github.laser54/bot-factory

Provision owner-confirmed isolated Telegram Managed Bot instances.

client:Cursor transport:stdio runtime:pypi

Install Telegram Managed Bot Factory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Telegram Managed Bot Factory in other clients