How to convert a node.js server to MVC?

I have a Node.js server and the code is getting kind of big and messy. Am I correct to assume that converting this to MVC will make it more manageable? How do I go about doing that? Are there any tools that can help me to do this?

You could try the RailwayJS. It's the Node.JS MVC framework based on ExpressJS.