Back to MCP directory
publicPublicdnsLocal runtime

tripo-mcp

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

article

README

🚀 Tripo MCP 服务器

Tripo MCP 提供了 AI 助手与 Tripo AI 之间的接口,通过 模型上下文协议 (MCP) 实现。该项目可助力用户借助 AI 能力生成 3D 资产,为 3D 创作带来新的可能。

⚠️ 重要提示

此项目处于 alpha 阶段。目前支持与 Tripo Blender 插件的集成。

✨ 主要特性

  • 使用 Tripo 的 API 从自然语言生成 3D 资产,并导入到 Blender。用户仅需通过自然语言描述,即可快速生成 3D 模型并导入到常用的 3D 创作软件中。
  • 兼容 Claude 和其他 MCP 支持的 AI 助手,为用户提供了更多的 AI 选择。

🚀 快速开始

📋 先决条件

📦 安装指南

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

💻 使用示例

基础用法

  1. 启用 Tripo AI Blender 插件并启动 Blender 的 MCP 服务器。
  2. 使用 Cursor 或 Claude 进行聊天。例如:“生成一张未来感椅子的 3D 模型”。

📄 许可证

文档未提及相关内容,跳过该章节。

🔗 致谢

💡 使用建议

特别感谢 Siddharth Ahuja 的 blender-mcp 项目,它为 MCP + 3D 提供了启发性的想法。

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