> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mint.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# World Model & GenAI Hackathon SIGGRAPH2026

> Connect Mint MCP and start building for the World Model & GenAI Hackathon SIGGRAPH2026.

**Event guide:** Use this quickstart during the World Model & GenAI Hackathon
SIGGRAPH2026.

Mint MCP lets you generate 3D Models, Worlds, Materials, Asset Packs, and Audio
with AI coding agents such as Codex, Claude, and Cursor. Pair it with Mint
Three.js Skills to build complete interactive 3D apps and games.

## 1. Create or sign in to Mint

Open [Mint](https://mint.gg) and create an account or sign in with Google or
email.

You can also sign in when Mint asks you to authorize your AI client.

## 2. Connect Mint MCP

Open the [Mint MCP setup page](https://mcp.mint.gg/#install) and select your AI
client.

If your client asks for a remote MCP server URL, use:

```text theme={null}
https://mcp.mint.gg/mcp
```

For Codex, run:

```bash theme={null}
codex mcp add mint --url https://mcp.mint.gg/mcp
```

## 3. Install Mint Three.js Skills

First install Mint Three.js Skills:

```bash theme={null}
npx skills add mintdotgg/mint-threejs-skills
```

## 4. Approve access

Start the connection from your AI client. Mint opens an authorization screen
where you can sign in, review the requested access, and approve the scopes you
want the client to use.

## 5. Try an example prompt

### 3D Model

```text theme={null}
Using Mint MCP, generate a stylized 3D game character: a forest ranger with
leather armor, a glowing lantern staff, and a ready-for-adventure pose.
```

### World

```text theme={null}
Using Mint MCP, create a dreamlike floating-island World with ancient ruins,
waterfalls spilling into the clouds, and a warm sunset atmosphere.
```

### Asset Pack

```text theme={null}
Using Mint MCP, generate a game-ready forest campsite prop pack, wait for the
final pack, then fetch the GLB ZIP into this project.
```

### Audio

```text theme={null}
Using Mint MCP, generate a crisp coin pickup sound effect, wait for the final
audio, then fetch the audio file into this project.
```

### Interactive 3D app

Ask your coding agent:

```text theme={null}
Use Mint Three.js Skills and Mint MCP to build a responsive Three.js product
configurator with model variants, material selection, annotations, and camera
presets.
```

> **Tip:** Generation and preview revisions run automatically by default. Ask
> your agent to use review mode when you want to inspect or revise previews
> before final generation.

## Made with Mint MCP and Mint Three.js Skills

Explore complete interactive examples on [Mint Playground](https://play.mint.gg):

* [Vanguard Protocol](https://play.mint.gg/vanguard-protocol)
* [Helios Form](https://play.mint.gg/helios-form)
* [Neon Relic](https://play.mint.gg/neon-relic)
* [Impossible Places](https://play.mint.gg/impossible-places)
* [Mint Hoops](https://play.mint.gg/mint-hoops)

## Learn more

* [Install Mint MCP](https://mcp.mint.gg/#install)
* [Read the Mint MCP guide](/integrations/mcp)
* [Browse Mint Playground](https://play.mint.gg)
* [Install Mint Three.js Skills](https://github.com/mintdotgg/mint-threejs-skills)
