RhinoMCP is a plugin for Rhino 8 that implements the Model Context Protocol, enabling AI assistants to interact with Rhino's 3D modeling environment. The plugin creates a server that exposes Rhino's functionality through MCP, allowing for programmatic control of modeling operations. Built on the C# SDK for MCP, it features start and stop commands to manage the server connection, making it useful for automating design workflows and enabling conversational interfaces to control Rhino.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Create a 3D object in Rhino. Supported objects include Point, Line, Polyline, Circle, Arc, Ellipse, Curve, Box, Sphere, Cone, Cylinder, Surface.
Modify an existing 3D object in the Rhino document.
Delete a specified 3D object from the Rhino document.
Get detailed information about the current Rhino document, including up to 30 objects, layers, and materials.
Execute a Rhino Python script within Rhino. This feature is experimental and may not work consistently.
Retrieve documentation for a specific RhinoScript Python function.
Select objects in the Rhino document based on specified filters such as name, color, or category using 'and' or 'or' logic.
Set the current layer in the Rhino document.
Create a new layer in the Rhino document.
Delete a specified layer from the Rhino document.