How to open .MC2 files on Android

To open .MC2 files on Android, open the .MC2 with a text editor app to check if it is plain text (possible WarpScript); if it is a MasterCook cookbook file, transfer it to a Windows PC with MasterCook for reliable access.

Step-by-step instructions

  1. Open the .MC2 with a text editor app to check if it is plain text (possible WarpScript); if it is a MasterCook cookbook file, transfer it to a Windows PC with MasterCook for reliable access.

Common issues

Windows asks which app to use (or the file won’t open)

This commonly happens because .MC2 is tied to a specific program (often MasterCook) and the correct application is not installed, or because your file is actually a different .MC2 usage (such as a text-based script).

  1. Confirm where the file came from (recipe/cookbook workflow vs. script/code).
  2. If it is a cookbook file, install/use MasterCook and open the file from within the program if possible.
  3. If it might be text, open it with a plain-text editor to verify whether it contains readable script/text.

The file opens as garbled characters in a text editor

A MasterCook cookbook file may not be plain text, so opening it in a text editor can show unreadable output.

  1. Try opening it with MasterCook instead of a text editor.
  2. If you do not have MasterCook on your platform, move the file to a Windows PC that has MasterCook installed.

You expected recipes, but the file looks like code/text

Some environments map .mc2 to the WarpScript media type (text/vnd.senx.warpscript), so the file may be script content rather than a cookbook database.

  1. Check whether the content is readable plain text; if yes, treat it as a text/script file.
  2. If your system uses MIME handling (e.g., desktop Linux), verify the file association and open it with a code editor.

Security note

.MC2 is an ambiguous extension: verify the origin (recipe software vs. script/text) before opening, especially if received unexpectedly.

Back to .MC2 extension page