RhinoMCP
mcp
Warn
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 6 GitHub stars
Code Pass
- Code scan — Scanned 6 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
Purpose
This server acts as a bridge to allow AI agents to create, edit, and control Rhino 3D models using natural language commands.
Security Assessment
Overall risk: Low. The tool runs locally as a server and allows AI agents to interact with Rhino via a local port. Because it is designed to accept external commands to manipulate your 3D software, you should inherently trust the AI agent you connect to it. However, the code scan found no hardcoded secrets, no dangerous permission requests, and no suspicious execution patterns. It does not appear to access unrelated sensitive data or make external network requests.
Quality Assessment
The project is licensed under the permissive MIT license and includes a clear description. It appears to be an actively maintained project, with its most recent code push occurring just today. The main concern is its low visibility; with only 6 stars on GitHub, the tool has not yet been widely tested or reviewed by the broader developer community. This means potential bugs might be unreported, but the lightweight, open-source nature of the project makes it easy for you to personally inspect the few files that make up the codebase.
Verdict
Use with caution due to very low community visibility, though the clean code scan and transparent purpose make it safe for local testing.
This server acts as a bridge to allow AI agents to create, edit, and control Rhino 3D models using natural language commands.
Security Assessment
Overall risk: Low. The tool runs locally as a server and allows AI agents to interact with Rhino via a local port. Because it is designed to accept external commands to manipulate your 3D software, you should inherently trust the AI agent you connect to it. However, the code scan found no hardcoded secrets, no dangerous permission requests, and no suspicious execution patterns. It does not appear to access unrelated sensitive data or make external network requests.
Quality Assessment
The project is licensed under the permissive MIT license and includes a clear description. It appears to be an actively maintained project, with its most recent code push occurring just today. The main concern is its low visibility; with only 6 stars on GitHub, the tool has not yet been widely tested or reviewed by the broader developer community. This means potential bugs might be unreported, but the lightweight, open-source nature of the project makes it easy for you to personally inspect the few files that make up the codebase.
Verdict
Use with caution due to very low community visibility, though the clean code scan and transparent purpose make it safe for local testing.
A Rhino MCP Server for AI Agents to create and edit Rhino.
README.md
Rhino MCP
A Rhino MCP Server for AI Agents to create and edit Rhino.
Getting Started
Building & Debugging
Use Run and Debug from within VSCode to build, launch Rhino and start the MCP Server all in one click.
Using
- Open up your AI Agent, in this case we'll use Claude.
- Run
mcp add rhino http://localhost:4862(Or whichever Port you are running on, confirm with the command RhinoMCP) - Claude will add the MCP Server
- You may need to restart Claude
- Confirm everything is working by asking Claude to create a box in Rhino
https://github.com/user-attachments/assets/9b1cd938-3995-4eec-ab42-d62bf67b13f2
Configuration
RhinoMCP has one command, aptly named RhinoMCP which will let you change the port it is using.
What can an MCP Server do?
MCP Servers are a new way of controlling your programs. They let you control Rhino but using written human language. You can ask about the model, have your AI agent create things in the model, or organise it for you. The capabilities are endless.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found