I’ve written a servo library for the MSP430 Launchpad. It’s available here. You may need to be logged into the editor to use that link.
The library allows you to control 4 servos using a simple call Servo(pin,angle), a bit similar to the Arduino calls. The library could be modified to support PWM in general and more servos.