TRELLIS Blender Plugin MCP Server

Blender plugin for TRELLIS and TRELLIS.2 (3D AIGC Model, Text-to-3D, Image-to-3D)

Local serverstdioGo

What is the TRELLIS Blender Plugin MCP server?

If you already use TRELLIS Blender Plugin, the trellis blender plugin mcp server is the piece that lets your assistant work with it directly. Blender plugin for TRELLIS and TRELLIS.2 (3D AIGC Model, Text-to-3D, Image-to-3D).

What the server does

You can also start both servers and switch the backend in the blender addon.

  • Text-to-3D: native generation of textured 3D mesh from text
  • Image-to-3D: native generation of textured 3D mesh from a single RGB image
  • Text-conditioned Detail Variation: generating textures for a mesh given text
  • Image-conditioned Detail Variation: generating textures for a mesh given a single RGB image
  • Text-to-3D: generation of textured 3D mesh from text (t2i using z-image-turbo, and then image2mesh using trellis.2)
  • Image-to-3D: native generation of textured 3D mesh from a single RGB image (native trellis.2)

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Text-to-3D — native generation of textured 3D mesh from text
  • Image-to-3D — native generation of textured 3D mesh from a single RGB image
  • Text — conditioned Detail Variation: generating textures for a mesh given text
  • Image — conditioned Detail Variation: generating textures for a mesh given a single RGB image
  • Requirements — You can also start both servers and switch the backend in the blender addon

Credentials and setup notes

  • Blender 3.6.0 or higher - [Option1] Running TRELLIS API server (Refer to my TreLLIS fork) - [Option2] Running TRELLIS.2 API server (Refer to my TreLLIS.2 fork) You can also start both servers and switch the backend in the blender addon.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. TRELLIS Blender Plugin's toolset — Text-to-3D, Image-to-3D, Text and 2 more — is a fair guide to whether it matches your workflow. It is maintained by FishWoWater; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against TRELLIS Blender Plugin's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
Text-to-3Dnative generation of textured 3D mesh from text
Image-to-3Dnative generation of textured 3D mesh from a single RGB image
Textconditioned Detail Variation: generating textures for a mesh given text
Imageconditioned Detail Variation: generating textures for a mesh given a single RGB image
RequirementsYou can also start both servers and switch the backend in the blender addon.

Configuration

  • Blender 3.6.0 or higher - [Option1] Running TRELLIS API server (Refer to my TreLLIS fork) - [Option2] Running TRELLIS.2 API server (Refer to my TreLLIS.2 fork) You can also start both servers and switch the backend in the blender addon.

Example prompts to try

  • Use TRELLIS Blender Plugin to Text-to-3D.
  • Use TRELLIS Blender Plugin to Image-to-3D.
  • Use TRELLIS Blender Plugin to Text.

Frequently asked questions

It connects TRELLIS Blender Plugin to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Text-to-3D, Image-to-3D, Text, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with TRELLIS Blender Plugin directly.