Communicating with Minetest Server Using APIs
I have been playing Minetest for a while now, mostly in creative mode. Recently I wanted to control it programmatically. So I started looking for ways to do it. I found mineysocket mod, which gives remote access to Minetest server over a network/socket API. There are wrappers available for various languages, including Python
https://thejeshgn.com/2023/02/14/communicating-with-minetest-server-using-apis/