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. Everything is kept locally for your privacy.

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.
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.

Editing Notes

Practical Tips for Editing Minecraft Skins

The editor itself is above; this part is for the small workflow choices that usually decide whether a skin looks clean in game: where to paint, when to use overlay, and how to check edges before downloading.

Body first, overlay second

Paint the base body layer before adding jackets, sleeves, hats, or raised details on the overlay layer. This keeps the skin readable even if a server, previewer, or player setting hides the outer layer.

Use the grid intentionally

Grid lines are best for checking eyes, sleeve edges, shoes, and seams between body parts. When you are choosing colors or shading larger areas, hide the guide so the skin colors do not look noisier than they really are.

Quick questions

Why does the side of an arm look wrong?

Most mistakes happen at the edge between front, side, and back faces. Rotate the model after every few edits and check the seam before continuing.

When should I use overlay?

Use overlay for details that should sit above the body, like hood edges, hair volume, jacket cuffs, pockets, or accessories. Do not put essential skin color only on overlay.

What do you think about this tool?

If something feels wrong, a Minecraft version is missing, the wording is confusing, or you have a better workflow idea, send it over. Real player feedback is how these tools get sharper.

Send feedback