RhinoMcpServer

pedrocortesark/RhinoMcpServer

3.1

If you are the rightful owner of RhinoMcpServer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Rhino MCP Server is a Model Context Protocol server that connects to Rhino 3D, enabling the extraction of information from open files for integration with various workflow tools.

Tools

Functions exposed to the LLM to take actions

get_active_document

Get information about the currently active Rhino document.

list_open_documents

List all currently open Rhino documents.

open_document

Open a Rhino 3DM file (headless mode if possible).

get_document_info

Get detailed document information with statistics.

get_all_objects

Retrieve all geometry objects from the active document.

get_objects_by_layer

Get objects from a specific layer.

get_layers

Get all layers with hierarchy and properties.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources