MRPack → ZIP Converter
Convert any Modrinth modpack to a standard ZIP — free, private, runs in your browser.
Drop your .mrpack file here
or click to browse files
🔒 Your files never leave your browser. No uploads, no accounts, no tracking.
MC Toolbox · Modpack Utilities
.mrpack is not a modpack — it's a shopping list.
I figured this out the hard way trying to install Fabulously Optimized on a Pterodactyl server. The panel just rejected the file. No useful error. Turns out a .mrpack is essentially a manifest — it contains a modrinth.index.json that lists every mod with its download URL and SHA-512 hash, but the actual JAR files aren't in there. Launchers that speak the Modrinth format go fetch them. Launchers that don't — the official launcher, Technic, basically every server panel — just see a weird archive they don't know what to do with.
This converter does the fetching step for you. It reads the index, downloads every mod, pulls in all the override files (configs, scripts, resource packs), and packages it all into a ZIP that any launcher can just unzip and use. Everything runs in your browser — your files never leave your machine.
What actually happens inside
Four steps, all in your browser tab. No server involved.
Which launchers actually support .mrpack
The short version: Prism, ATLauncher, and MultiMC handle it natively. CurseForge is patchy. The official launcher, Technic, and every server panel I've tried don't support it at all — you need the ZIP.
| Launcher | Supports .mrpack | Needs ZIP conversion | Notes |
|---|---|---|---|
| Prism Launcher | ✅ Yes | — | First-class support via Import |
| ATLauncher | ✅ Yes | — | Import from Modrinth tab |
| MultiMC | ✅ Yes | — | Add Instance → Import |
| GDLauncher | ✅ Yes | — | Search & one-click install |
| CurseForge App | ⚠️ Partial | Sometimes | Only CurseForge-hosted packs |
| Official Launcher | ❌ No | ✅ Required | Requires mod loader pre-installed |
| Technic Launcher | ❌ No | ✅ Required | ZIP import only |
| Server panels | ❌ No | ✅ Required | Pterodactyl, Apex, Shockbyte |
Questions I actually got asked
Plus a few I figured people would ask before they do.