MCP Hub
Back to servers

mcp-server-3daistudio

MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS

Registry
Updated
Mar 14, 2026

Quick Install

uvx mcp-server-3daistudio

3D AI Studio Skill

A skill for converting images and text prompts to 3D models using the 3D AI Studio API.

Owner

Whale Professor (@WhaleProfessor on Telegram)

Homepage

https://www.3daistudio.com

Setup

  1. Get an API key from https://www.3daistudio.com/Platform/API
  2. Set the environment variable:
    export THREE_D_AI_STUDIO_API_KEY="your-api-key"
    
  3. Run the skill:
    python 3daistudio.py balance
    

Supported Models

  • TRELLIS.2 - Image to 3D (fastest, cheapest)
  • Hunyuan Rapid - Text or image to 3D (balanced)
  • Hunyuan Pro - Text or image to 3D (highest quality)

Quick Start

# 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.glb

License

MIT

Reviews

No reviews yet

Sign in to write a review