Discover and explore top open-source AI tools and projects—updated daily.
jingcheng-chenAI agent integration for 3D modeling
Top 94.4% on SourcePulse
RhinoMCP connects Rhino 3D with AI agents via the Model Context Protocol (MCP), enabling prompt-assisted 3D modeling. It allows AI to directly interact with, inspect, and control Rhino, benefiting users seeking enhanced design workflows through AI assistance.
How It Works
The system comprises a Python-based MCP Server and a Rhino plugin. Communication occurs over TCP sockets using a JSON-based protocol, facilitating two-way data exchange. This architecture allows AI agents to send commands for object creation, modification, document inspection, and script execution directly within Rhino.
Quick Start & Requirements
uv package manager.rhinomcp plugin via Rhino Package Manager. Install uv using brew install uv (Mac) or PowerShell (Windows). Configure AI agent settings (claude_desktop_config.json or .cursor/mcp.json).mcpstart. Integrate with Claude or Cursor via their respective settings.Highlighted Details
4 months ago
Inactive