RhinoMCP:Rhino 3D与AI集成工具
RhinoMCP通过模型上下文协议(MCP)连接Rhino 3D与AI代理,支持3D建模操作。
快速入门
安装
- 确保已安装Rhino 7或更高版本、Python 3.10+和uv包管理器。
- 在Rhino中,通过Tools > Package Manager搜索并安装
rhinomcp
插件。 - 安装uv:
- Mac用户运行
brew install uv
- Windows用户运行
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
- Mac用户运行
配置
- 创建配置文件
mcp.json
,内容如下: { "mcpServers": { "rhino": { "command": "uvx", "args": ["rhinomcp"] } } } - 将配置文件添加到Claude Desktop或Cursor的相关设置中。
使用
- 在Rhino命令行输入
mcpstart
启动插件。 - 使用Cursor或Claude启用对应功能,按需进行交互。
更多详情请参考README。