R

Rhino3D

Connects Rhino3D to Claude through a WebSocket bridge, enabling AI-assisted 3D modeling capabilities for creating and manipulating geometry, running Python scri

Rhino3D·No reviews yet
Repo
Share:

About

Connects Rhino3D to Claude through a WebSocket bridge, enabling AI-assisted 3D modeling capabilities for creating and manipulating geometry, running Python scripts, and interacting with the modeling environment.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Rhino3D.

What does the Rhino3D MCP do?
The Rhino3D MCP connects Rhino3D to Claude, enabling AI-assisted 3D modeling. It facilitates creating and manipulating geometry, running Python scripts, and interacting with the modeling environment through AI.
How can I install the Rhino3D MCP?
Installation typically involves cloning the repository from GitHub and following the setup instructions for connecting it to an MCP client. Specific client-side installation steps will depend on the MCP client used.
Does the Rhino3D MCP require authentication?
No, the Rhino3D MCP uses 'none' for its authentication type. It does not require an API key, OAuth, or other credentials for its direct operation.
What are the core capabilities of the Rhino3D MCP?
The Rhino3D MCP enables AI-assisted creation and manipulation of 3D geometry within Rhino3D. It also supports AI-driven execution of Python scripts and interaction with the Rhino3D modeling environment.
Are there any licensing costs associated with using the Rhino3D MCP?
The Rhino3D MCP itself is open-source (repo available). However, costs for Rhino3D and any services used by Claude would be separate and depend on their respective licensing and usage policies.
What is a prerequisite for using the Rhino3D MCP?
A key prerequisite for using the Rhino3D MCP is having a working installation of Rhino3D. Additionally, a connection to Claude is necessary for the AI-assisted modeling features to function.

Install Rhino3D

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "rhino3d": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-rhino3d"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "rhino3d": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-rhino3d"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "rhino3d": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-rhino3d"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.