drio
Open app

Tripo MCP Server

Source

Official MCP server for Tripo

Catalog onlyCatalog onlySTDIO

Overview

Tripo MCP is a server that provides an interface between AI assistants and Tripo AI via the Model Context Protocol (MCP). It allows users to generate 3D assets from natural language commands.

To use Tripo MCP, install the Tripo AI Blender Addon, configure the MCP server in Claude Desktop or Cursor, and then input natural language commands to generate 3D models.

  • Generate 3D assets from natural language using Tripo's API. - Integration with Blender for 3D modeling. - Compatibility with Claude and other MCP-enabled AI assistants.
  1. Creating 3D models for games or animations.
  2. Rapid prototyping of design concepts.
  3. Assisting artists in generating complex 3D assets quickly.

Add to your AI client

Use these steps to connect Tripo MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "tripo-mcp-vast-ai-research": {
      "command": "uvx",
      "args": [
        "tripo-mcp"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "tripo-mcp-vast-ai-research": {
      "command": "uvx",
      "args": [
        "tripo-mcp"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "tripo-mcp-vast-ai-research": {
      "command": "uvx",
      "args": [
        "tripo-mcp"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "tripo-mcp-vast-ai-research": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tripo-mcp"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "tripo-mcp-vast-ai-research": {
      "command": "uvx",
      "args": [
        "tripo-mcp"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "tripo-mcp-vast-ai-research": {
      "command": "uvx",
      "args": [
        "tripo-mcp"
      ]
    }
  }
}

FAQ

What are the prerequisites for using Tripo MCP?

You need Python 3.10+, Blender, and the Tripo AI Blender Addon.

Is Tripo MCP compatible with other AI assistants?

Yes, it is compatible with Claude and other MCP-enabled AI assistants.

Is this project stable?

No, this project is currently in alpha.