Best mqtt client to control linux

Hi,
What would be best mqtt client to control linux hosts? Some of the hosts are servers (proxmox and vms) and some of them are desktop PCs. I would like to shutdown or reboot the hosts from HA and also get information from them like cpu temp etc.

Any recommendations?

If you find one, please post. Now I’m running a simple python script to be able to shutdown them through mqtt, but that is as far as I got.

Did anyone end up findings one? i found this one GitHub - bkbilly/lnxlink: Service to provide Internet Of Things (IOT) integration with Linux using MQTT.

I have been using GitHub - jpmens/mqtt-launcher: Execute shell commands triggered by published MQTT messages to control the hosts via mqtt and Glances for monitoring.