RhinoMCP connects Rhino to Claude AI through the Model Context Protocol (MCP), enabling AI-assisted 3D modeling and architectural design. This integration facilitates various modeling tasks through AI commands.
RhinoMCP connects Rhino to Claude AI through the Model Context Protocol (MCP), enabling AI-assisted 3D modeling and architectural design. This integration facilitates various modeling tasks through AI commands.
Install the Rhino plugin and the MCP server, then start the connection in Rhino.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"rhino-mcp-server": {
"command": "npx",
"args": [
"-y",
"Install the Rhino plugin and the MCP server, then start the connection in Rhino."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Rhino MCP Server?"
No configuration required. This server works out of the box.
"What resources are available in Rhino MCP Server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Rhino MCP Server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Rhino MCP Server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.