← Back to Plugins
MCP Server MCP

io.github.whale-professor/mcp-server-3daistudio

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-server-3daistudio

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-server-3daistudio",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for 3D AI Studio",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "THREE_D_AI_STUDIO_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...