rhinoMcpServer

always-tinkering/rhinoMcpServer
★ 48 stars C# 🤖 AI/LLM Updated 11d ago
RhinoMCP connects Rhino to Claude AI through the Model Context Protocol (MCP), enabling AI-assisted 3D modeling and architectural design.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rhinomcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "always-tinkering/rhinoMcpServer"
      ]
    }
  }
}