Rhino connects to an AI assistant through the Model Context Protocol (MCP) with the native
RhinoMCP
and
mcpstart
commands. Once connected, you can describe the product form you’re after in plain language, watch the assistant build and adjust it live in your Rhino session, and refine it by continuing the conversation instead of driving every modeling tool by hand. In this tutorial, we’ll use that conversation to vibe-model an industrial design concept from a rough idea to a refined form.
What You’ll Need
- Rhino 9 for Windows or Mac.
- An MCP-capable AI chat client, such as Claude Desktop, that can connect to a local MCP server.
- No scripting knowledge required. The assistant drives Rhino’s modeling tools for you; this tutorial focuses on directing form, not writing code.
Connect Rhino to an AI Assistant
NOTE TO SELF: Reuse/link the connection steps from Vibe Coding your Tools in Rhino once that section is finalized, instead of duplicating it here.
Describe the Concept in Conversation
NOTE TO SELF: Walk through describing an industrial design concept (e.g. a product housing or handheld device) to the assistant and watching it build a first-pass form live in the viewport.
Refine the Form Conversationally
NOTE TO SELF: Cover iterating on proportions, surfacing, and details (fillets, drafts, splits) purely through conversation, the same way vibe-coding/everyday-tools iterates on the speaker grid script.
Where to Go from Here
- See Industrial Design for the broader set of Rhino modeling guides for product design.
- Remember to close the
mcpstart
bridge when you’re not actively using it — there’s no reason to leave an AI assistant with live code execution access to Rhino running in the background.
