mcp server 3daistudio for Cursor
io.github.whale-professor/mcp-server-3daistudio
MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS
client:Cursor
transport:stdio
runtime:pypi
Install mcp server 3daistudio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-3daistudio": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-3daistudio"
],
"env": {
"THREE_D_AI_STUDIO_API_KEY": "<THREE_D_AI_STUDIO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs