three.ws Avatars for VS Code
io.github.nirholas/threews-avatar
three.ws 3D avatars in your agent: render a live, interactive 3D avatar inline, or get an embed.
client:VS Code
transport:stdio
runtime:npm
Install three.ws Avatars in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "threews-base-url",
"description": "THREEWS_BASE_URL",
"password": true
}
],
"servers": {
"threews-avatar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/avatar-mcp"
],
"env": {
"THREEWS_BASE_URL": "${input:threews-base-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs