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 new 3D object in Rhino. Supported objects include Point, Line, Polyline, Circle, Arc, Ellipse, Curve, Box, Sphere, Cone, Cylinder, and Surface (from points).
Modify an existing 3D object in Rhino.
Delete a specified 3D object from the Rhino environment.
Retrieve detailed information about the current Rhino document, including layers and materials, with a limit of 30 objects.
Execute a Python script in Rhino. Note that this feature is experimental and may not work every time.
Retrieve documentation for a specific RhinoScript Python function.
Select objects in Rhino based on specified filters such as name, color, or category, using 'and' or 'or' logic.
Set the current layer in Rhino.
Create a new layer in the Rhino project.
Delete a specified layer from the Rhino environment.