RhinoMCP connects Rhino to Claude AI through the Model Context Protocol (MCP), enabling AI-assisted 3D modeling and architectural design.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rhinomcpserver": {
"command": "npx",
"args": [
"-y",
"always-tinkering/rhinoMcpServer"
]
}
}
}
Run in terminal:
claude mcp add rhinomcpserver npx -y always-tinkering/rhinoMcpServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"rhinomcpserver": {
"command": "npx",
"args": [
"-y",
"always-tinkering/rhinoMcpServer"
]
}
}
}