rhino-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rhino-mcpCreate a cylinder on a new layer and capture the viewport."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Rhino MCP
The low-friction Rhino and Grasshopper bridge for Codex, Claude, and Cursor.
The Windows experience is deliberately short:
Download and run RhinoMCP-Windows-Setup.
Choose Codex, Claude, or Cursor.
Open Rhino, open Grasshopper, and start prompting.
No Rhino Package Manager, repository clone, Python installation, uv, Conda
environment, Rhino Python script, Grasshopper file, Python-path change, terminal
command, or hand-edited MCP configuration is part of normal setup.
Install
Requires Rhino 8.0 or newer and the AI client you want to use. Rhino 8.1 is
supported without updating Rhino. Close Rhino, download the
single RhinoMCP-Windows-Setup-*.exe file from the
latest release, and
double-click it. The installer asks for the AI client and then automatically:
installs the Rhino and Grasshopper bridges using Rhino's bundled installer;
installs a self-contained MCP server with its complete runtime;
writes the Codex, Claude, or Cursor MCP entry safely;
selects the safe Grasshopper tool profile;
runs the doctor checks; and
adds a normal entry to Windows Installed apps for clean removal.
The installer does not need Rhino to be online, does not download dependencies, and Rhino MCP never updates itself. Installing a different version always requires deliberately running another installer.
For managed or silent deployment, the same download supports:
.\RhinoMCP-Windows-Setup-0.3.3.exe /CLIENT=codex /SILENTValid client values are codex, claude, and cursor. Restart the selected AI
client after setup. Codex users can run /mcp to confirm that rhino-mcp is
enabled.
Related MCP server: Grasshopper MCP
What appears in Rhino
The dockable Rhino MCP panel opens automatically every time Rhino launches.
It remains visible until the user hides it, stays hidden for the rest of that
session, and appears again on the next Rhino launch. Run the RhinoMCP command
at any time to show or hide it manually.
The panel fits into Rhino's normal panel/header strip. Its headline shows Connected — ready to prompt Rhino, Rhino MCP is running — waiting for the AI client, or an actionable stopped/not-configured message. It also shows:
MCP server connected or waiting
Rhino bridge connected or stopped
Grasshopper available or not running
selected AI client and tool profile
Rhino and Grasshopper ports
recent logs
Restart, Create test cube, and Copy doctor command buttons
The installer includes both Rhino 8 runtime builds. Rhino automatically uses
net7.0 in its normal runtime or net48 if Rhino is configured for the legacy
.NET Framework runtime; the user does not need to choose or configure this.
The connection test creates a one-unit cube, verifies it, and removes it. If cleanup is disabled, the test cube is left in the document.
Advanced commands
The Rhino panel's Copy doctor command button copies the correct full path for installer users. Source and Python-package installations can use:
rhino-mcp setup [codex|claude|cursor]
rhino-mcp doctor [--json]
rhino-mcp status [--json]
rhino-mcp update
rhino-mcp uninstall [--all]
rhino-mcp config [codex|claude|cursor]
rhino-mcp config --profile basic|grasshopper|developerdoctor reports pass/fail/wait states for the package, settings, every AI client,
Rhino, Grasshopper, and the server launcher. Rhino and Grasshopper being closed are
shown as WAIT, with the exact next action, rather than as socket traces.
Tool profiles
Basic (default)
The safe everyday set:
rhino_statusget_scene_summarylist_layerslist_objectsget_scene_changescreate_geometrymodify_objectsdelete_objectsorganize_layersbatch_geometrytest_connectioncapture_viewport
Grasshopper
Adds paginated definition context, selected/object inspection, and recompute tools.
The bundled .gha starts its bridge automatically when Grasshopper opens; there is
no .gh definition or Python component to load.
Developer
Explicitly adds arbitrary Rhino and Grasshopper Python tools. They are absent from the Basic and Grasshopper tool schemas, so an AI client cannot discover or call them accidentally. Safe high-level operations are still preferred.
Safe editing behavior
Every modifying request gets a named Rhino undo record.
A batch performs all operations in one transaction and redraws once.
Geometry and layer tools accept
dry_run: truefor validation and preview.Deletes require explicit Rhino object IDs.
Read results are structured objects, not JSON encoded inside strings.
Object and Grasshopper lists are filtered and paginated.
get_scene_changessends only additions, edits, and deletions since a supplied scene version.
Example prompt:
Create a 10 × 8 × 3 box on a layer named Massing. Dry-run it first, then create it
and show me a compressed viewport capture.Reliability and performance
4-byte length-prefixed messages replace the old giant receive buffer.
Requests are read in bounded 64 KiB chunks with a 64 MiB hard limit.
Rhino TCP and Grasshopper HTTP connections are kept alive and reused.
A failed safe read reconnects once automatically.
Mutations are never retried blindly, preventing duplicate geometry.
Short-lived scene metadata is cached and invalidated after edits.
Scene changes and large documents are paginated instead of repeatedly returned in full.
Grasshopper context is simplified by default.
View captures default to compressed JPEG with configurable size and quality.
Socket work and image encoding run away from Rhino's UI thread; only Rhino API calls are marshalled onto it.
Tool descriptions and normal responses are intentionally compact to reduce model token usage.
Change image defaults with:
rhino-mcp config --image-size 1280 --image-quality 82Developer build
Python package:
python -m venv .venv
.venv/bin/pip install -e ".[dev]"
.venv/bin/pytest -q
python -m buildRhino 8 plug-in and Package Manager archive:
./scripts/build-yak.sh ReleaseThe script builds RhinoMCP.rhp, RhinoMCP.Grasshopper.gha, and a .yak under
dist/.
Complete Windows installer (run in PowerShell on Windows):
python -m pip install -e ".[dev]" "pyinstaller==6.22.2"
choco install innosetup --yes
.\scripts\build-windows-installer.ps1CI compiles and smoke-tests the bundled Windows executable and the single-file installer. Tagged releases attach the installer, its SHA-256 checksum, and the manual developer artifacts.
Architecture
Codex / Claude / Cursor
│ MCP stdio
▼
bundled rhino-mcp.exe
│ framed, persistent localhost TCP
▼
RhinoMCP.rhp ── Rhino document + dockable panel
│
└── RhinoMCP.Grasshopper.gha (persistent localhost HTTP)Both bridges bind only to 127.0.0.1; they are not exposed to the network.
License
MIT. This repository is standalone and has no upstream Git remote.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceConnects Rhino3D to Claude AI via the Model Context Protocol, enabling AI-assisted 3D modeling and design workflows through direct control of Rhino's functionality.12
- AlicenseNot gradedqualityCmaintenanceEnables AI-powered computational design in Rhino/Grasshopper with ML-based automatic layout optimization, component clustering, performance prediction, and real-time code execution in running Rhino instances.16MIT
- AlicenseNot gradedqualityDmaintenanceConnects Grasshopper and Cursor through MCP protocol, enabling natural language control of Grasshopper components, workflow automation, and parametric design operations.4MIT
- AlicenseBqualityCmaintenanceEnables Claude to drive Rhino 8 and Grasshopper for geometry creation, manipulation, and analysis via natural language.1003MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/millik66n/rhino-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server