three.ws Avatars & Agents for Claude Desktop
io.github.nirholas/three.ws
3D avatars, embeds, glTF tools, agent memory, and on-chain agent identity from three.ws.
client:Claude Desktop
transport:streamable-http
Install three.ws Avatars & Agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"three.ws": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://three.ws/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs