Skip to content
Gemini CLI

three.ws Avatars for Gemini CLI

io.github.nirholas/threews-avatar

three.ws 3D avatars in your agent: render a live, interactive 3D avatar inline, or get an embed.

client:Gemini CLI transport:stdio runtime:npm

Install three.ws Avatars in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "threews-avatar": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/avatar-mcp"
      ],
      "env": {
        "THREEWS_BASE_URL": "<THREEWS_BASE_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

three.ws Avatars in other clients