Rhino 8
Enables direct control of Rhino 8's 3D modeling environment through a C# SDK-based server that exposes modeling operations for design workflow automation and conversational interfaces.
Featured
View Source192 stars
0 tools
Created Aug 2025
@jingcheng-chen/jingcheng-chen-rhino-8-rhinomcpAbout
Enables direct control of Rhino 8's 3D modeling environment through a C# SDK-based server that exposes modeling operations for design workflow automation and conversational interfaces.
Categories
general
Installation
npm
npm install @jingcheng-chen/jingcheng-chen-rhino-8-rhinomcp
Configuration
{
"mcpServers": {
"jingcheng-chen-rhino-8-rhinomcp": {
"command": "npx",
"args": [
"-y",
"@jingcheng-chen/jingcheng-chen-rhino-8-rhinomcp"
]
}
}
}