Server data from the Official MCP Registry
MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS
MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS
Set these up before or after installing:
Environment variable: THREE_D_AI_STUDIO_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-whale-professor-mcp-server-3daistudio": {
"env": {
"THREE_D_AI_STUDIO_API_KEY": "your-three-d-ai-studio-api-key-here"
},
"args": [
"mcp-server-3daistudio"
],
"command": "uvx"
}
}
}This MCP server provides clean integration with the 3D AI Studio API with appropriate authentication and permissions. The code demonstrates good security practices including secure environment variable usage for API keys and no hardcoded secrets. Minor concerns exist around broad exception handling and lack of input validation. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 6 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!