◆ CatalogMCPs
Rhino MCP.
Claude controls Rhino 3D
§ 01Install
◆ install
$ npx archtmpl@latest --mcp rhino-mcp─ paste in terminal · restart claude code
The MCP Server
Claude controls Rhino 3D
$ npx archtmpl@latest --mcp rhino-mcp─ paste in terminal · restart claude code
1{ 2 "name": "Rhino MCP", 3 "summary": "Claude controls Rhino 3D for prompt-assisted modeling", 4 "repo": "https://github.com/jingcheng-chen/rhinomcp", 5 "mcpServers": { 6 "rhino": { 7 "command": "uvx", 8 "args": ["rhinomcp"] 9 }10 },11 "postInstallNotes": "Also install the 'rhinomcp' plugin inside Rhino: Tools > Package Manager > search 'rhinomcp' > Install. Then run 'mcpstart' in the Rhino command line."12}13