Skip to content
Agent Search Engine.

Record · rhinomcpMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

Designers and architects who want to prototype geometry and Grasshopper logic by prompt.

Avoid if

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 CodeRun in your terminal
claude mcp add rhinomcp -- uvx rhinomcp@latest
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "rhinomcp": {
      "command": "uvx",
      "args": ["rhinomcp@latest"]
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "rhinomcp": {
      "type": "stdio",
      "command": "uvx",
      "args": ["rhinomcp@latest"]
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "rhinomcp": {
      "command": "uvx",
      "args": ["rhinomcp@latest"]
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.rhinomcp]
command = "uvx"
args = ["rhinomcp@latest"]

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

RhinoMCP vs. the alternatives

All 163 alternatives →
RecordStarsPricing
RhinoMCPMCP serverthis listing1.1kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 RhinoMCP alternatives, compared →