three.ws Avatars for Cursor
io.github.nirholas/threews-avatar
three.ws 3D avatars in your agent: render a live, interactive 3D avatar inline, or get an embed.
client:Cursor
transport:stdio
runtime:npm
Install three.ws Avatars in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"threews-avatar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/avatar-mcp"
],
"env": {
"THREEWS_BASE_URL": "<THREEWS_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs