MQTT on SuperCollider

Hi,
working a lot on interactive installation and IoT systems I came across the MQTT protocol.
I felt in love with it and I’m using in many applications (especially using Python). I think it is a very clever way to send and get messages in a flexible way with its sub/pub paradigm.

I think it could be a great feature to have it also inside SuperCollider.

What do you think about it?
Do you know if a MQTT plugin or Quark exists already?

You could try using an alternative SC language client (e.g. Python, Scala, Haskell), all of which seem to have actively-maintainted MQTT libraries.