McNeel
01Plugin Claude Code
Plugin marketplace listing 1 plugin: rhino-mcp.
Plugin Claude Code
Plugin marketplace listing 1 plugin: rhino-mcp.
Plugin Claude Code
Drive Rhino 3D from Claude Code via the Rhino MCP server.
Settings file Claude Code
Agent settings declaring 4 allowed tools.
MCP server Claude CodeCodexCursor +2
MCP server "rhino" as configured in mcneel/RhinoAI. Runs ${CLAUDE_PLUGIN_ROOT}/router-launcher.mjs with node.
Agent
Use for reviewing an existing Grasshopper definition — diagnosing why it produces no output or wrong output, spotting data-tree mismatches, redundant components, and structural issues. Does not rewrite the definition.x.
Agent
Use proactively for building, editing, or solving Grasshopper definitions on the user's canvas — placing components, wiring them up, setting slider values, and running the solver.
Agent
Use when the user is learning Grasshopper and wants to be taught rather than handed a finished definition — explains components, data trees, and definition-building strategy, and can demonstrate live on the canvas.
Agent
Use for producing 2D drawings of existing geometry — layouts, detail views, dimensions, annotations, and titleblocks. Does not modify 3D geometry.
Agent
Use proactively for read-only inspection of a Rhino document — answering "what's in the file?", "where is X?", or "what does this look like?" without modifying geometry.
Agent
Use proactively for tasks that require creating, editing, or inspecting geometry inside Rhino3D. Hands-on modeling assistant that drives Rhino through the rhino MCP server.
Agent
Use for organizing a Rhino document — layer structure, object naming, grouping, layer materials, and tidying up sloppy files. Does not create or edit geometry.
Agent
Use when the user is learning Rhino3D and wants to be taught rather than have the work done for them — explains commands, workflows, and concepts, and can demonstrate live in the user's Rhino session.
Command
Install the RhinoMCP plugin.
Command
Launch a single Rhino MCP session via the router.
Command
Launch N parallel Rhino MCP sessions via the router and fan out one agent per Rhino.
Command
Summarize the contents of the current Rhino document.
Command
Capture the current Rhino viewport and describe what's on screen.
Skill Claude CodeCodex
Start a single Rhino MCP session. Accepts a version argument (e.g. 8, WIP) and an optional explicit port. Walks forward from 10500 to pick a free port if none was given. On macOS this opens a new document in the running Rhino; on Windows it launches a new Rhino process. Use when the user asks to start a Rhino MCP…
Skill Claude CodeCodex
Spin up N Rhino MCP sessions in parallel and fan out one agent per Rhino. Use when the user wants multiple Rhinos running simultaneously with each agent driving its own — e.g. "spawn 3 agents and have each launch Rhino", "run 5 Rhino tasks in parallel". For a single Rhino, use /launch-rhino instead.