RhinoMCP Server provides a bridge between AI systems and Rhino 3D's Python scripting capabilities through the Model Context Protocol. This implementation enables AI agents to generate and manipulate 3D models in Rhino by exposing scene context information and geometry creation tools (currently supporting spheres), with all operations requiring explicit user consent via dialog prompts. The server is designed to run within Rhino's Python environment and follows MCP security guidelines, making it particularly valuable for AI-assisted 3D modeling workflows that require direct interaction with Rhino documents.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Create a sphere with specified center and radius.
Create a box with specified dimensions.
Create a cylinder with specified parameters.
Get information about the current scene.
Clear objects from the scene.
Create a new layer in the document.