MCP Server
MCP
io.github.whale-professor/mcp-server-3daistudio
MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS
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
By
Comments
Sign in to leave a comment