Skip to content
VS Code

mc-asset — Minecraft Pixel Asset Engine for VS Code

io.github.smile-minecraft/mc-asset

Deterministic Minecraft pixel-art engine: textures, animation sheets, and pack validation.

client:VS Code transport:stdio runtime:npm

Install mc-asset — Minecraft Pixel Asset Engine in VS Code

.vscode/mcp.json

{
  "servers": {
    "mc-asset": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mc-asset"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mc-asset — Minecraft Pixel Asset Engine in other clients