rhinoMcpServer

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

GitHub Stars

39

User Rating

Not Rated

Favorites

0

Views

26

Forks

4

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

1Install Claude Desktop if you haven't already
2Configure the MCP server connection in Claude Desktop settings
We now have a unified server launcher that allows you to run any of the server implementations:
bash
./server_launcher.sh [mode]
Available modes:
combined (default) - Run the combined MCP server
standalone - Run the standalone MCP server
daemon - Run the daemon MCP server
socket-proxy - Run the socket proxy
direct - Run both daemon and socket proxy
logs - View recent logs
monitor - Monitor logs in real-time
errors - View recent errors
help - Show help message
Examples: ```bash

Additional Resources