Skip to content
Cursor

mc-asset — Minecraft Pixel Asset Engine for Cursor

io.github.smile-minecraft/mc-asset

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

client:Cursor transport:stdio runtime:npm

Install mc-asset — Minecraft Pixel Asset Engine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mc-asset — Minecraft Pixel Asset Engine in other clients