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.