MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS
A skill for converting images and text prompts to 3D models using the 3D AI Studio API.
Whale Professor (@WhaleProfessor on Telegram)
export THREE_D_AI_STUDIO_API_KEY="your-api-key"python 3daistudio.py balance# Check balance
python 3daistudio.py balance
# Image to 3D with TRELLIS.2
python 3daistudio.py trellis --image photo.png -o model.glb
# Text to 3D with Hunyuan Pro
python 3daistudio.py pro --prompt "a cute blue hedgehog" -o hedgehog.glbMIT