Wikipedia says:
MVC provides front and back ends for the database, the user, and the data processing components. The separation of software systems
Maybe the figure below can help..
MVC Human language backend/frontend --------------- --------------- --------------- model -> data -> backend controllers -> actions -> backend/frontend (depends on implementation) views -> GUI -> frontend