MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"3daistudio-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A skill for converting images and text prompts to 3D models using the 3D AI Studio API.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
MCP Security Weekly
Get CVE alerts and security updates for 3daistudio MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A skill for converting images and text prompts to 3D models using the 3D AI Studio API.
Whale Professor (@WhaleProfessor on Telegram)
export THREE_D_AI_STUDIO_API_KEY="your-api-key"
Or copy .env.example to .env and fill in your key.python 3daistudio.py balance
| Model | Input | Speed | Credits |
|---|---|---|---|
| TRELLIS.2 | Image only | 25s–4min | 15–55 |
| Hunyuan Rapid | Text or image | 2–3min | 35–55 |
| Hunyuan Pro | Text or image | 3–6min | 60–100 |
# Check balance
python 3daistudio.py balance
# Image to 3D with TRELLIS.2
python 3daistudio.py trellis --image photo.png -o model.glb
# Text to 3D with Hunyuan Rapid
python 3daistudio.py rapid --prompt "a wooden chair" -o chair.glb
# Text to 3D with Hunyuan Pro (best quality)
python 3daistudio.py pro --prompt "a cute blue hedgehog" -o hedgehog.glb
An MCP server is also included for use with Claude Desktop or Claude Code. See mcp-server-3daistudio/ for the installable package, or use mcp_server.py directly as a standalone server.
MIT