New:Socket for Asana Is Now Available.Learn more
Get Started

mcp-server-3daistudio

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-server-3daistudio

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

pipPyPI
Version
1.0.1
Weekly downloads
11
-31.25%
Maintainers
1
Weekly downloads
 
Created

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

  • Get an API key from https://www.3daistudio.com/Platform/API
  • Set the environment variable:
    export THREE_D_AI_STUDIO_API_KEY="your-api-key"
    
  • 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

Keywords

3d

FAQs

Related posts