MC ToolboxMC TOOLBOX

MC Toolbox . Skin Editor

I tried every Minecraft skin editor out there.
None of them felt right.

Tab through a dozen editors and you start noticing the same pattern: one has a decent color picker but no layers. Another has a UV map but no 3D preview. The ones with 3D are static β€” no animations, no sense of how the skin actually moves. And nearly all of them skip the small things that matter: a visible cursor when you hover over a pixel, a mirror brush that understands UV faces, keyboard shortcuts that don't require a tutorial.

MC Toolbox Skin Editor is the one we built for ourselves. It runs in the browser, saves locally, and ships with every feature we kept wishing others had β€” including a proper overlay layer system, per-face mirror mode, animated walk/run preview, right-click part copy/paste, and a live UV canvas that stays in sync with the 3D model at all times.

🧱
Two independent layers
Body and overlay are separate. Click a part on the doll widget to hide or show it. Switch which layer your brush writes to with a single key β€” L.
πŸͺ„
Face-accurate mirroring
Most editors mirror by flipping raw pixel X. Ours maps each of the 6 UV faces correctly β€” right side to left side, front to front β€” so symmetric outfits actually line up.
🎬
Animated character preview
Toggle between Static, Walk, and Run directly in the editor. Arms and legs swing with proper pivot offsets so you see exactly how the skin moves in-game.
πŸ–±οΈ
Right-click part actions
Hover over any body part and right-click to copy its UV region. Then right-click a different part to paste β€” with an automatic horizontal flip for symmetric mirroring.
πŸ—ΊοΈ
Live UV map editor
The UV canvas shows every region labeled β€” Head, Body, Hat, Jacket, Sleeve, Pants. Paint directly on the flat map and the 3D view updates in real time. No mental math needed.
πŸ”’
Nothing leaves your browser
Autosave writes to localStorage every 30 seconds. Export is a direct canvas-to-PNG download. No server ever sees your skin unless you choose to publish it.

Frequently Asked Questions

What makes this editor different from others?
Most online skin editors feel like they were designed in 2010 clunky toolbars, no layer support, no mirror mode, zero feedback when you hover over a pixel. We built this from scratch with things we actually needed: real-time 3D preview with walk/run animations, a proper overlay layer system, per-pixel hover highlight, mirror mode so you only paint one arm and the other updates automatically, right-click copy/paste per body part, and autosave so you never lose work.
Do I need to sign up or install anything?
No account, no install, no extension. Everything runs 100% in your browser. Open the page, start painting. Your work autosaves to your local browser every 30 seconds.
What are Steve and Alex models?
Steve has 4-pixel wide arms, Alex has 3-pixel wide arms (the slim model). The UV layout differs slightly between the two. Switch models with the button in the toolbar β€” the editor will rebuild the 3D geometry and load the correct default skin so you start from an accurate base.
What is the Overlay layer?
Minecraft skins have two layers: the base body and an outer overlay. The overlay is used for things like a hat on top of the head, a jacket over the torso, sleeves over arms. The overlay renders slightly inflated over the base layer, creating a layered clothing effect. Use the doll widget in the bottom-right to toggle visibility of each part and switch which layer you're painting on.
How does Mirror Mode work?
Mirror Mode (toggle with M key or the ⟺ button) automatically mirrors every pixel you paint from the right arm to the left arm, and from the right leg to the left leg. It maps UV face-by-face β€” so painting on the front face of the right arm correctly mirrors to the front face of the left arm, not just a raw pixel offset.
Can I import my existing skin?
Yes. Click Import in the top bar and select any 64Γ—64 or 64Γ—32 PNG. Legacy 64Γ—32 skins are automatically converted to 64Γ—64 format (the leg/arm overlay regions are generated from the base). After importing, the editor scans the overlay regions and auto-shows any parts that have pixel data.
What does the UV view do?
The UV view shows the raw 64Γ—64 pixel grid that maps onto the 3D model. It labels every region (Head, Body, R.Arm, Hat overlay, etc.) so you know exactly where each pixel lands. You can paint directly on the UV canvas β€” all changes reflect instantly in the 3D view.
Can I publish my skin to the gallery?
Yes. Click Publish in the top bar, fill in a name and optional description/tags, and submit. Skins are reviewed by an admin before they appear publicly in the MC Toolbox gallery. Once approved, anyone can download or load your skin directly into the editor.
Is there an undo/redo?
Yes! Ctrl+Z to undo, Ctrl+Y (or Ctrl+Shift+Z) to redo, up to 30 steps. The editor also autosaves to localStorage every 30 seconds. If you come back and there is a saved session, you will be prompted to restore it or start fresh.
What keyboard shortcuts are available?
R β€” Rotate Β· B β€” Brush Β· E β€” Eraser Β· F β€” Fill Β· I β€” Eyedropper Β· M β€” Toggle Mirror Β· L β€” Toggle Layer (base/overlay) Β· G β€” Toggle Grid Β· Ctrl+Z β€” Undo Β· Ctrl+Y β€” Redo.