MCP Directory
Back

rhinoMcpServer

by always-tinkering · C# · ★ 51

RhinoMCP connects Rhino to Claude AI through the Model Context Protocol (MCP), enabling AI-assisted 3D modeling and architectural design.

Install

git clone https://github.com/always-tinkering/rhinoMcpServer.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "rhinomcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "github:always-tinkering/rhinoMcpServer"
      ]
    }
  }
}

From the README

> **⚠️ UNDER CONSTRUCTION ⚠️** > This project is currently under active development and is not yet in working order. The Rhino plugin is experiencing issues with creating objects. > We are actively seeking support from the community to help resolve these issues. > If you have experience with Rhino API development, C# plugins, or MCP integration, please consider contributing. > Contact us by opening an issue on GitHub. A Model Context Protocol (MCP) server implementation for Rhino 3D, allowing Claude to create and manipulate 3D objects. This project implements an MCP server for Rhino 3D tha…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers