OpenAI Codex
Codex is OpenAI’s terminal-based AI assistant. It speaks MCP, so once you point it at the Rhino MCP server, it can drive Rhino & Grasshopper the same way Claude can.
If you’re choosing between assistants and aren’t sure, start with Claude Desktop; it’s the gentler entry point.
1. Install Codex
Codex — install and sign in. See the Codex install guide if you need it.
2. Install the Rhino plugin
Install Rhino-MCP-Platform in Rhino Rhino 8 Install Rhino-MCP-Platform in Rhino Rhino 9
If that doesn’t work you can try the below:
- Open Rhino 8 (and/or Rhino 9 WIP)
- Run the
PackageManagercommand - Search for, and install Rhino-MCP-Platform
3. Wire up the Rhino MCP server
In Rhino, run the
MCPConnectcommand. It prints the command Codex needs to launch the Rhino MCP router.Open
~/.codex/config.toml(create it if it doesn’t exist).Add an entry for the Rhino server, pasting the command and args from step 1:
[mcp_servers.rhino] command = "rhino-mcp-router" args = ["--default-version", "8"]Restart Codex. The
rhinoserver should appear when you list MCP servers from inside a session.
Pick the Rhino version by changing the
--default-versionarg. Use8for Rhino 8,9for Rhino 9 WIP/BETA.
Try it out
Start a Codex session and follow the prompts on the Try It Out page.