Specifically, I am working in Node.
Keep in mind what the goal of an MVP is: it's a tool to help you validate (or invalidate) a hypothesis. What hypothesis? That depends. On you, your idea, what stage you're at with the idea, yadda yadda. If you're trying to validate a hypothesis like "There is at least some interest in a product like X in the general sense" (for whatever your X is) then maybe UI mockups and/or a pitch deck are all you need. If the hypothesis is "if we build Z, then people will pay Q dollars a month to use such a site" then maybe you need a working product, which just doesn't have every bell and whistle you might eventually add, but which fundamentally captures the core of the idea.
And so on.
That said, for the products I work on, if there's a backend element and I need to code it, I am almost certainly going to be using either Groovy or Java for most things. If I'm using Groovy that generally implies that I'm using Grails for a web app and if I'm using straight Java then that probably implies using Spring Boot for a standalone service of some sort.
Good luck.