Odel
3D AI Agent Avatar

3D AI Agent Avatar

Local
@nirholas106JavaScriptApache-2.0Updated 1w ago

3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@three-ws/avatar-agentv1.2.2

Run

npx -y @three-ws/avatar-agent

MCP client config

{
  "mcpServers": {
    "3d-ai-agent-avatar": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/avatar-agent"
      ]
    }
  }
}