rhinomcp
RhinoMCP is an integration tool that connects Rhino 3D to AI agents using the Model Context Protocol, enabling AI-driven 3D modeling capabilities. It supports features such as object manipulation, script execution, and document inspection within Rhino, facilitating enhanced modeling workflows.
What are the prerequisites for using RhinoMCP?
You need Rhino 7 or newer, Python 3.10 or newer, and the uv package manager.
How do I install the Rhino plugin?
Go to Tools > Package Manager in Rhino, search for 'rhinomcp', and click 'Install'.
What objects can be created with RhinoMCP?
Currently, you can create primitive objects like Point, Line, Polyline, Circle, Arc, Ellipse, Curve, Box, Sphere, Cone, Cylinder, and Surface.
How do I start the connection in Rhino?
In Rhino, type 'mcpstart' in the command line and ensure the MCP server is running in the Rhino terminal.
What are the limitations of RhinoMCP?
The 'get_document_info' function fetches a maximum of 30 objects to avoid overwhelming datasets, and complex operations may need to be broken down into smaller steps.