# Directory Structure ``` └── README.md ``` # Files -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- ```markdown 1 | # HoudiniMCP - Houdini Model Context Protocol Integration 2 | 3 | HoudiniMCP connects Houdini to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Houdini. This integration enables prompt-assisted 3D modeling, scene creation, simulation setup, and rendering. 4 | 5 | ## Redirect 6 | 7 | This repository is moved. Please use the below repo. 8 | 9 | https://github.com/capoomgit/houdini-mcp 10 | 11 | ## Disclaimer 12 | 13 | This is a third-party integration and not made by SideFX. 14 | ```