tripo-mcp

MCP.Pizza Chef: VAST-AI-Research

Tripo MCP server bridges AI assistants with Tripo AI, enabling natural language 3D asset generation and seamless import into Blender. It supports integration with Claude and other MCP-enabled assistants, facilitating creative workflows in 3D modeling through the Model Context Protocol. Currently in alpha, it requires Python 3.10+, Blender, and the Tripo AI Blender Addon.

Use This MCP server To

Generate 3D assets from natural language commands Import generated 3D models directly into Blender Integrate Tripo AI capabilities with Claude and other MCP assistants Automate 3D content creation workflows in Blender Enable AI-driven 3D modeling via natural language prompts

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.

tripo-mcp FAQ

How do I install the Tripo MCP server?
Install Python 3.10+, Blender, the Tripo AI Blender Addon, then configure the MCP server in Claude Desktop or Cursor IDE.
Which AI assistants are compatible with Tripo MCP?
Tripo MCP supports Claude and other MCP-enabled AI assistants.
What is required to use Tripo MCP with Blender?
You need Blender installed along with the Tripo AI Blender Addon and Python 3.10+.
Is Tripo MCP stable for production use?
The project is currently in alpha, so it may have limited features and stability.
Can Tripo MCP generate 3D assets from any natural language input?
It generates 3D assets based on natural language commands via Tripo's API, optimized for Blender integration.
How does Tripo MCP integrate with the Model Context Protocol?
It acts as an MCP server exposing Tripo AI functionality to MCP clients like Claude, enabling real-time context-driven 3D asset generation.
What programming languages and environments does Tripo MCP require?
It requires Python 3.10+ and runs alongside Blender with the Tripo AI Blender Addon installed.
Can I extend Tripo MCP to other 3D software?
Currently, it supports Blender integration only, but future extensions may be possible.