← Back to Plugins
MCP Server MCP

three.ws Avatars

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @three-ws/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@three-ws/avatar-mcp",
      "version": "0.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "three.ws host to read avatars from. Defaults to https://three.ws.",
          "format": "string",
          "name": "THREEWS_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...