AI Skill Hub 强烈推荐:Rhino MCP 控制服务器 是一款优质的MCP工具。AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
这是一个基于MCP协议的开源服务器,允许用户通过Claude、ChatGPT等AI客户端直接控制Rhino 8 3D建模软件。它将AI的自然语言处理能力与Rhino的参数化建模相结合,非常适合建筑师、工业设计师及自动化建模开发者。
Rhino MCP 控制服务器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
这是一个基于MCP协议的开源服务器,允许用户通过Claude、ChatGPT等AI客户端直接控制Rhino 8 3D建模软件。它将AI的自然语言处理能力与Rhino的参数化建模相结合,非常适合建筑师、工业设计师及自动化建模开发者。
Rhino MCP 控制服务器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/tanishqbhattad/rhino-mcp
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"rhino-mcp------": {
"command": "npx",
"args": ["-y", "rhino-mcp"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Rhino MCP 控制服务器 执行以下任务... Claude: [自动调用 Rhino MCP 控制服务器 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"rhino_mcp______": {
"command": "npx",
"args": ["-y", "rhino-mcp"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
The Rhino MCP server: full AI control of Rhino 8 / Rhinoceros 3D through the Model Context Protocol. Works with Claude Desktop, Claude Code, ChatGPT, Codex, Gemini and local Ollama models.
The most powerful Rhino MCP server. 117 tools (curated into lean/standard/full profiles via RHINO_TOOLS) give Claude, ChatGPT, Codex, or Ollama full control of Rhino 8 - create geometry, manipulate layers, capture viewports, manage materials, generate architectural drawings, trace PDFs, and more. No .NET SDK required on the target machine.
---
Requirements for release ZIP users: Rhino 8, Python managed by uv (auto-installed if missing), and Claude Desktop / Codex / Gemini Antigravity / another MCP client.
Build-from-source requirement: .NET 8 SDK. Release ZIP users do not need the .NET SDK.
Only needed if you want to modify the C# plugin. Target machines do NOT need the .NET SDK.
Requirements: .NET 8 SDK, Rhino 8 (for RhinoCommon)
cd plugin
dotnet build --configuration Release
Output: plugin/bin/Release/net8.0/. Copy .rhp, DLLs, JSON runtime files, and runtimes/ to the Rhino plugin folder.
---
cd server
set ANTHROPIC_API_KEY=sk-ant-...
uv run python chat.py --provider anthropic --model claude-opus-4-6
---
| Tool | What it does |
|---|---|
run_command | Execute any Rhino command string; returns new object IDs |
execute_script | Run RhinoScript or Python code |
execute_python3 | Run Rhino 8 CPython 3 via RhinoCode/rhinocode in Developer mode |
batch | Send multiple operations as one atomic transaction |
batch_preview | Preview batch operations without executing |
get_log | Inspect bridge command log with timestamps and timing |
save_checkpoint | Save scene checkpoint for rollback |
restore_checkpoint | Restore scene to a saved checkpoint |
list_checkpoints | List available checkpoints |
---
"Cannot connect to Rhino" - Make sure Rhino is open and you have run the AIBridge command in Rhino's command line.
Plugin does not appear in Claude - Restart Claude Desktop after install. Check %APPDATA%\Claude\claude_desktop_config.json contains the rhino-architect server entry.
Protocol version mismatch - Run INSTALL.bat again to copy the latest plugin binary. The v4.7.6 plugin reports protocol 4.7.
uv not found - Open a new terminal after install (PATH change does not apply to the current session).
Ollama connection refused - Run ollama serve in a separate terminal before starting chat.py.
Large scenes slow - Use query_scene with filters rather than fetching everything at once. The cache handles 5000+ objects at interactive speed.
Run health check - cd server && uv run python ../scripts/doctor.py checks plugin, port, Claude Desktop, and Codex config in one pass.
Codex TOML parse error - Re-run INSTALL.bat. v4.7.6 uses inline array format that all TOML parsers accept.
Codex not seeing the server - Run codex mcp list and confirm rhino_architect is listed and enabled = true. Re-run INSTALL.bat option [4] if missing.
---
aiskill88点评:精准打通AI与专业工业软件的壁垒,将自然语言转化为建模指令,极具生产力潜力。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,Rhino MCP 控制服务器 是一款质量优秀的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | rhino-mcp |
| 原始描述 | 开源MCP工具:Rhino MCP server- control Rhino 8 with Claude, ChatGPT, Codex or any MCP client.。⭐7 · C# |
| Topics | 3D建模参数化设计自动化控制 |
| GitHub | https://github.com/tanishqbhattad/rhino-mcp |
| License | MIT |
| 语言 | C# |
收录时间:2026-07-02 · 更新时间:2026-07-02 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端