Trellis MCP Server

Trellis MCP Server

By FishWoWater GitHub

Model Context Protocol(MCP) for TRELLIS(SOTA text-to-3d/image-to-3d) models

blender mcp
Overview

What is Trellis MCP Server?

Trellis MCP Server provides an interface between AI assistants and the Trellis model via the Model Context Protocol (MCP), enabling the generation of 3D assets from natural language descriptions.

How to use Trellis MCP Server?

To use Trellis MCP, install the Trellis Blender Addon, configure the Trellis API backend, and start the MCP server within Blender to generate 3D models from text prompts.

Key features of Trellis MCP Server?

  • Generate 3D assets from natural language using the Trellis API.
  • Import generated assets directly into Blender.
  • Fast and memory-efficient deployment with minimal hardware requirements.

Use cases of Trellis MCP Server?

  1. Creating 3D models for games or animations from simple text descriptions.
  2. Rapid prototyping of 3D assets for design projects.
  3. Educational purposes in teaching 3D modeling concepts.

FAQ from Trellis MCP Server?

  • Is Trellis MCP free to use?

Yes! Trellis MCP is free and open-source, but requires self-deployment of the API backend.

  • What are the system requirements?

You need Python 3.10+, Blender, and a compatible Trellis API backend.

  • How long does it take to generate a 3D model?

It typically takes around 15 seconds to generate a textured mesh from text.

Content

Trellis MCP Server

Trellis MCP provides an interface between AI assistants and Trellis via Model Context Protocol (MCP).

Disclaimer

This project shows a very minimal integration of MCP with Trellis: a lightweight and opensource text-to-3d/image-to-3d 3DAIGC model. Compared with existing rodin integration in blender-mcp and tripo integration, it has following advantages:

  • Faster and memory-efficient: You can deploy TRELLIS locally with only 8GPU+ VRAM, while can generate a textured mesh from text in only ~15s(10s with more vram).
  • FREE: You DON'T have to pay expensive API from Rodin/Meshy/Tripo.

BUT IT HAS FOLLOWING LIMITATIONS:

  • Trellis is open-source and there is no off-the-shelf API model providers, you have to deploy it by yourself (refer to README).
  • The API/Prompt has NOT been fully tested/tuned, may suffer from stability issues.

So use it at your own risk.

Demo

A minimal demo for generating a single object, more complicated prompt with blender-mcp is under tuning.

Demo

Features

  • Generate 3D asset from natural language(TEXT) using Trellis API and import into blender
  • Generate texture/materials from natural language(TEXT) for a given 3D mesh using Trellis API and import into blender

Roadmap

Prerequisites

Installation

1. Trellis blender addon

  1. Download Trellis Blender Addon from here
  2. Open Blender -> Edit -> Preferences -> Add-ons -> Install from file -> Select the downloaded addon -> Install
  3. In 3D Viewport -> View3D > Sidebar > TRELLIS -> Start MCP Server

2. Configure API backend

As trellis is a free open-source text-to-3d model, you need to deploy your own trellis API backend with reference to README

# clone an API fork of trellis 
git clone https://github.com/FishWoWater/TRELLIS
cd TRELLIS

# EDIT BACKEND URL in trellis_api/config.py

# configure the # of text workers and start ai worker
# no need for image workers 
python trellis_api/ai_worker.py --text-workers-per-gpu 1 --image-workers-per-gpu 0

# start web server 
python trellis_api/web_server.py 

# or on windows local dev 
python trellis_api/web_server_single.py 

3. Configure the MCP server on Windsurf/Cursor/Claude

{
    "mcpServers": {
        "trellis-blender": {
            "command": "uvx",
            "args": [
                "trellis-mcp"
            ]
        }
    }
}

Acknowledgements

No tools information available.
School MCP
School MCP by 54yyyu

A Model Context Protocol (MCP) server for academic tools, integrating with Canvas and Gradescope platforms.

canvas mcp
View Details
repo-template
repo-template by loonghao

A Model Context Protocol (MCP) server for Python package intelligence, providing structured queries for PyPI packages and GitHub repositories. Features include dependency analysis, version tracking, and package metadata retrieval for LLM interactions.

-

google-calendar mcp
View Details
strava-mcp
strava-mcp by jeremysilva1098

MCP server for strava

strava mcp
View Details

Model Context Protocol (MCP) server implementation for Rhinoceros/Grasshopper integration, enabling AI models to interact with parametric design tools

grasshopper mcp
View Details

MCP configuration to connect AI agent to a Linux machine.

security mcp
View Details

AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).

python mcp
View Details