Odel
3daistudio skill

3daistudio skill

Local
@whale-professor2PythonMITUpdated 4mo ago

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

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).

PyPImcp-server-3daistudiov1.0.1

Run

uvx mcp-server-3daistudio

MCP client config

{
  "mcpServers": {
    "3daistudio-skill": {
      "command": "uvx",
      "args": [
        "mcp-server-3daistudio"
      ]
    }
  }
}