RhinoMCP:Rhino 3D与AI集成工具

RhinoMCP:Rhino 3D与AI集成工具

RhinoMCP通过模型上下文协议(MCP)连接Rhino 3D与AI代理,支持3D建模操作。

快速入门

安装

  1. 确保已安装Rhino 7或更高版本、Python 3.10+和uv包管理器。
  2. 在Rhino中,通过Tools > Package Manager搜索并安装rhinomcp插件。
  3. 安装uv:
    • Mac用户运行brew install uv
    • Windows用户运行powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

配置

  1. 创建配置文件mcp.json,内容如下: { "mcpServers": { "rhino": { "command": "uvx", "args": ["rhinomcp"] } } }
  2. 将配置文件添加到Claude Desktop或Cursor的相关设置中。

使用

  1. 在Rhino命令行输入mcpstart启动插件。
  2. 使用Cursor或Claude启用对应功能,按需进行交互。

更多详情请参考README