Mutator methods, also known as setter methods, are special types of methods in object-oriented programming that are used to modify the values of instance variables. They are typically named with a 'set' prefix followed by the name of the variable they modify.