Back to Browse

3daistudio Skill MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 0 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

API key for 3D AI StudioRequired

Environment variable: THREE_D_AI_STUDIO_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-whale-professor-mcp-server-3daistudio": {
      "env": {
        "THREE_D_AI_STUDIO_API_KEY": "your-three-d-ai-studio-api-key-here"
      },
      "args": [
        "mcp-server-3daistudio"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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)

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"
    
    Or copy .env.example to .env and fill in your key.
  3. Run the skill:
    python 3daistudio.py balance
    

Supported Models

ModelInputSpeedCredits
TRELLIS.2Image only25s–4min15–55
Hunyuan RapidText or image2–3min35–55
Hunyuan ProText or image3–6min60–100

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 Rapid
python 3daistudio.py rapid --prompt "a wooden chair" -o chair.glb

# Text to 3D with Hunyuan Pro (best quality)
python 3daistudio.py pro --prompt "a cute blue hedgehog" -o hedgehog.glb

MCP Server

An MCP server is also included for use with Claude Desktop or Claude Code. See mcp-server-3daistudio/ for the installable package, or use mcp_server.py directly as a standalone server.

Documentation

  • GUIDE.md — Full usage guide with all options and examples
  • SKILL.md — Skill metadata and quick reference
  • CLAUDE.md — Instructions for AI agents

License

MIT

Reviews

No reviews yet

Be the first to review this server!

3daistudio Skill MCP Server - MCP server for 3D AI Studio — generate 3D models from text | MCP Marketplace