Blender plugin for TRELLIS and TRELLIS.2 (3D AIGC Model, Text-to-3D, Image-to-3D)
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"trellis-blender": {
"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 Blender addon that integrates the 3D generation capabilities of TRELLIS and TRELLIS2 into blender.
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 design / ai-ml
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 Trellis_blender and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Update: add support for TRELLIS.2
A Blender addon that integrates the 3D generation capabilities of TRELLIS and TRELLIS2 into blender.

Integrates with MCP and can communicate with Cursor/Windsurf. Refer to Trellis MCP
You can also start both servers and switch the backend in the blender addon.
trellis_for_blender.py fileYou can see the historical requests in the main panel
Start MCP Server"mcpServers": {
"trellis": {
"command": "uvx",
"args": [
"trellis-mcp"
]
}
}
Any issue/discussion/contribution is welcomed!