Enables configuration through .env files for storing the Tripo3D API key
Installation process uses Git for cloning the repository
Hosts the source code repository at github.com/lxy2109/tripo-mcp
Runs on Linux operating systems for 3D model generation and processing
Runs on macOS operating systems for 3D model generation and processing
Uses Pydantic for parameter modeling and automatic type validation of API requests
Built on Python 3.8+ with full async support for 3D model processing
Tripo3D MCP 工具集成
本项目基于 Tripo3D 官方 API,封装了文本/图片/多视图转3D、贴图、动画、风格化、格式转换、余额查询等主流能力,适用于本地开发、CLI、Cursor 场景。
特性
- 文本/图片/多视图转3D模型
- 模型贴图、动画绑定与重定向
- 风格化、格式转换、余额查询
- 全参数建模,自动类型校验
- 异步支持,易于扩展
- 适配本地 CLI/Cursor 环境
目录结构
环境要求
- 操作系统:Windows、Linux 或 macOS
- Python:3.8 及以上
- 依赖包:见 requirements.txt 或 pyproject.toml
安装
配置
- 在项目根目录创建
.env
文件,内容如下: - 或在
mcp.json
的env
字段中配置。
mcp.json 示例
如需在 Cursor 或本地自动运行服务,项目根目录新建 mcp.json
,内容如下(可参考 mcp.json.example):
启动
或通过 Cursor/CLI 工具自动调用(mcp.json 配置好后,Cursor 会自动启动服务)。
用法示例(自然语言)
- "用文本生成一个卡通小猫的3D模型"
- "将这张图片转成3D模型,风格为写实"
- "查询当前账户的 Tripo3D API 余额"
- "把模型转换为 FBX 格式并下载"
- "给这个模型加上动画骨骼并导出"
- "查询任务ID为 xxx 的处理进度"
只需用中文或英文描述你的目标,工具会自动解析并调用对应的 Tripo3D 能力。
常见问题
- API Key 未生效:请检查 .env 文件或 mcp.json 中的环境变量是否正确加载。
- 依赖安装失败:建议使用 Python 3.8+,并确保 pip 源可用。
- 网络异常:请确保本地网络可访问 Tripo3D 官方 API。
参考
如有问题欢迎提 Issue 或 PR!
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A tool integration that wraps Tripo3D API capabilities for 3D model generation, texturing, animation, and format conversion, supporting text/image-to-3D workflows via natural language commands.
Related MCP Servers
- AsecurityAlicenseAqualityA universal Model Context Protocol implementation that serves as a semantic layer between LLMs and 3D creative software, providing a standardized interface for interacting with various Digital Content Creation tools through a unified API.Last updated -12511PythonApache 2.0
- -securityFlicense-qualityEnables users to generate parametric 3D models from text descriptions or images using multi-view reconstruction and OpenSCAD, with support for AI image generation and remote processing.Last updated -6Python
- AsecurityAlicenseAqualityProvides an interface between AI assistants and Tripo AI via Model Context Protocol, enabling generation of 3D assets from natural language and importing them to Blender.Last updated -15139PythonMIT License
- AsecurityFlicenseAqualityConnects 3D Slicer with AI assistants through the Model Context Protocol, enabling medical image processing and scene manipulation using natural language.Last updated -25Python