Skip to content
Grok

three.ws Avatars for Grok

io.github.nirholas/threews-avatar

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

client:Grok transport:stdio runtime:npm

Install three.ws Avatars in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

three.ws Avatars in other clients