Here are the appropriate wmctrl commands (if you want to use wmctrl instead of devilspie):

#!/bin/sh
window="mc"
xfce4-terminal --title "$window" -x mc
wmctrl -r "$window" -t 2
wmctrl -r...