rhinomcp

jingcheng-chen/rhinomcp
★ 316 stars Python 🤖 AI/LLM Updated 1mo ago
RhinoMCP connects Rhino 3D to AI Agent through the Model Context Protocol (MCP)
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": {
    "rhinomcp": {
      "command": "uvx",
      "args": [
        "rhinomcp"
      ]
    }
  }
}

Or install with pip: pip install rhinomcp