RhinoMCP
Model geometry and build Grasshopper definitions in Rhino 3D by chatting with Claude or Cursor.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Designers and architects who want to prototype geometry and Grasshopper logic by prompt.
You can't install the Rhino plugin; the server works through its bridge.
About RhinoMCP
RhinoMCP connects Rhino and Grasshopper to AI agents over MCP. The assistant can model geometry, read the document, capture the viewport, and script Grasshopper by finding, wiring and solving components; for more control it can run native Rhino commands, RhinoScript-Python or RhinoCommon C#. A single Rhino plugin and config entry cover both.
RhinoMCP is an open-source project written primarily in Python, with 1.1k stars on GitHub. It was last updated in September 2026.
Add RhinoMCP to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add rhinomcp -- uvx rhinomcp@latestCursor
{
"mcpServers": {
"rhinomcp": {
"command": "uvx",
"args": ["rhinomcp@latest"]
}
}
}VS Code
{
"servers": {
"rhinomcp": {
"type": "stdio",
"command": "uvx",
"args": ["rhinomcp@latest"]
}
}
}Claude Desktop
{
"mcpServers": {
"rhinomcp": {
"command": "uvx",
"args": ["rhinomcp@latest"]
}
}
}Codex
[mcp_servers.rhinomcp]
command = "uvx"
args = ["rhinomcp@latest"]RhinoMCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| RhinoMCPthis listing | 1.1k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
