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).
Run
uvx mcp-server-3daistudio
MCP client config
{
"mcpServers": {
"3daistudio-skill": {
"command": "uvx",
"args": [
"mcp-server-3daistudio"
]
}
}
}