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).
Run
npx -y @three-ws/avatar-agent
MCP client config
{
"mcpServers": {
"3d-ai-agent-avatar": {
"command": "npx",
"args": [
"-y",
"@three-ws/avatar-agent"
]
}
}
}