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, modify, and delete 3D objects in Rhino.
Get detailed information about the current Rhino document.
Execute Rhino's Python scripts in Rhino (experimental, may not work every time).
Get the documentation of a specific RhinoScript Python function.
Select objects based on filters (e.g., name, color, category) using 'and' or 'or' logic.
Get or set the current layer, create new layers, or delete layers.