Back to MCP directory
publicPublicdnsLocal runtime

Tripo 3D

Tripo MCP Server是一个连接AI助手与Tripo AI的接口项目,支持通过自然语言生成3D资产并导入Blender。

article

README

🚀 Tripo MCP 服务器

Tripo MCP 提供了一个接口,用于通过 Model Context Protocol (MCP) 连接 AI 助手与 Tripo AI 的模型。该项目能让用户借助自然语言生成 3D 资产,为 3D 创作带来便利。

⚠️ 重要提示

该项目目前处于测试阶段。当前版本支持与 Tripo AI 相机插件 的集成。

✨ 主要特性

  • 可使用 Tripo 的 API 从自然语言生成 3D 资产,并导入到 Blender。
  • 与 Claude 和其他启用 MCP 的 AI 助手兼容。

🚀 快速开始

📋 先决条件

📦 安装指南

  1. Tripo AI 的网站 安装 Tripo AI Blender 插件。
  2. 在 Claude Desktop 或 Cursor 中配置 MCP 服务器:
    • 使用 pip 安装 uv:
      pip install uv
      
    • 设置 mcp 为 cursor 的参数:
      {
        "mcpServers": {
          "tripo-mcp": {
            "command": "uv",
            "args": [
              "tripo-mcp"
            ]
          }
        }
      }
      
    • 安装完成后,你会看到一个绿色的点,如图所示: img

💻 使用示例

基础用法

  1. 启用 Tripo AI Blender 插件并启动 Blender MCP 服务器。
  2. 使用 cursor 或 claude 进行聊天。例如:“生成一把未来风格的椅子的 3D 模型”。
READY-TO-PASTE CONFIG

MCP client config generator

Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata

terminal
data_object

This entry does not contain a standard command or remote URL, so a safe client config cannot be generated automatically

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client