ai-mldeveloper-tools

Tripo 3D

by vast-ai-research

Integrate AI-powered Tripo 3D generation API with Blender 3D addon for seamless text-to-3D model creation and advanced 3

Bridges AI systems with the Tripo 3D generation API, enabling text-to-3D model creation and manipulation through Blender addon integration for seamless 3D content creation workflows.

github stars

179

Text-to-3D generation via Tripo AIDirect Blender integrationAlpha stage - actively developing

best for

  • / 3D artists prototyping concepts from descriptions
  • / Game developers creating assets quickly
  • / Automated 3D content generation workflows
  • / AI-assisted Blender scene setup

capabilities

  • / Generate 3D models from text using Tripo AI
  • / Create and modify Blender objects
  • / Set materials and lighting in Blender scenes
  • / Execute custom Python code in Blender
  • / Download assets from Polyhaven library
  • / Query Blender scene information

what it does

Connects AI assistants to Tripo's text-to-3D generation API and provides Blender scene manipulation tools. Generate 3D models from text prompts and control Blender objects programmatically.

about

Tripo 3D is an official MCP server published by vast-ai-research that provides AI assistants with tools and capabilities via the Model Context Protocol. Integrate AI-powered Tripo 3D generation API with Blender 3D addon for seamless text-to-3D model creation and advanced 3 It is categorized under ai ml, developer tools. This server exposes 15 tools that AI clients can invoke during conversations and coding sessions.

how to install

You can install Tripo 3D in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

license

MIT

Tripo 3D is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

Tripo MCP Server

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

Note: This project is in alpha. Currently, it supports Tripo Blender Addon integration.

Current Features

  • Generate 3D asset from natural language using Tripo's API and import to Blender
  • Compatible with Claude and other MCP-enabled AI assistants

Quick Start

Prerequisites

Installation

  1. Install Tripo AI Blender Addon from Tripo AI's website

  2. Configure the MCP server in Claude Desktop or Cursor.

    • pip install uv
    • set mcp in cursor
    {
      "mcpServers": {
        "tripo-mcp": {
          "command": "uvx",
          "args": [
            "tripo-mcp"
          ]
        }
      }
    }
    
    • Then you will get a green dot like this: img

Usage

  1. Enable Tripo AI Blender Addon and start blender mcp server.

  2. Chat using cursor or claude. E.g., "Generate a 3D model of a futuristic chair".

Acknowledgements

Special Thanks
Special thanks to Siddharth Ahuja for the blender-mcp project, which provided inspiring ideas for MCP + 3D.