it's simpler to hardcode the category id inside mochi importer. To do that open mochiimporter.php and write
$myCategory = 3; // or another ID of course,
just before this line:
$myCategoryTitle = $myCategories[$myCategory];
Please note, this file is a part of the script's core, so it can be updated in the new versions of the script.