trackmcp
Back to directory

Official MCP server for Tripo

197 stars PythonOthers Updated Aug 31, 2026

Documentation

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.

    json
    {
          "mcpServers": {
            "tripo-mcp": {
              "command": "uvx",
              "args": [
                "tripo-mcp"
              ]
            }
          }
        }
      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.

      Frequently asked questions

      What is tripo-mcp?

      tripo-mcp is Official MCP server for Tripo

      How do I install tripo-mcp?

      Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

      Is tripo-mcp open source?

      Yes — it is hosted on GitHub at https://github.com/VAST-AI-Research/tripo-mcp and has 197 stars.

      Related MCP tools

      Run your own MCP server? See who uses it and what to fix.

      Measure it with TrackMCP