Skip to content
Zed

three.ws Avatars for Zed

io.github.nirholas/threews-avatar

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

client:Zed transport:stdio runtime:npm

Install three.ws Avatars in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

three.ws Avatars in other clients