Loading MCP server directory, please wait...
MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS
npx @getmcp/cli add io.github.whale-professor/mcp-server-3daistudioRequires Python 3.10+. Community-contributed server. Review source before installing.
THREE_D_AI_STUDIO_API_KEYAPI key for 3D AI Studio
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.whale-professor/mcp-server-3daistudio": {
"command": "uvx",
"args": [
"mcp-server-3daistudio"
],
"env": {
"THREE_D_AI_STUDIO_API_KEY": ""
}
}
}
}