Houdini MCP
Connects Houdini to Claude AI through Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, simulation setup, and rendering through natural language commands.
What is Houdini MCP?
Houdini MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to connects houdini to claude ai through model context protocol, enabling ai-assisted 3d modeling, scene creation, simulation setup, and rendering through natural language commands.
Connects Houdini to Claude AI through Model Context Protocol, enabling AI-assisted 3D modeling, scene creation, simulation setup, and rendering through natural language commands.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Connects Houdini to Claude AI through Model Context Protocol
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx houdinimcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Houdini MCP
HoudiniMCP connects SideFX Houdini to Claude AI via the Model Context Protocol, enabling natural language control of Houdini's node-based 3D environment. It runs a local server inside Houdini that receives commands from Claude and translates them into node creation, scene modifications, and code execution within the application. Artists and technical directors use it to accelerate procedural scene setup, simulation configuration, and rendering workflows through conversational AI prompts.
Prerequisites
- SideFX Houdini 19.5 or later installed on Windows or macOS
- Python environment with uv package manager (https://astral.sh/uv)
- MCP CLI installed via uv (uv add 'mcp[cli]')
- Claude Desktop as the MCP client
- Optional: RapidAPI account with OPUS subscription for procedural asset generation
Install uv on Windows
Install the uv Python package manager, which HoudiniMCP uses to manage its dependencies inside Houdini's Python environment.
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"Install MCP dependencies inside the HoudiniMCP directory
Navigate to the houdinimcp scripts directory in your Houdini user folder and install the MCP CLI package.
cd C:/Users/<YourUserName>/Documents/houdini19.5/scripts/python/houdinimcp/
uv add "mcp[cli]"Verify the MCP installation
Confirm MCP was installed correctly inside the Houdini Python environment.
uv run python -c "import mcp.server.fastmcp; print('MCP is installed!')"Configure Claude Desktop
Add the HoudiniMCP server to your claude_desktop_config.json. The server runs the Python script using uv and listens on port 9876 by default.
Start the server from Houdini's shelf tool
Inside Houdini, use the HoudiniMCP shelf tool to toggle the server on. This starts a listener that Claude can send commands to. You should see a confirmation message in the Houdini console.
Optional: enable OPUS procedural assets
For furniture and environmental asset generation, copy urls.env.example to urls.env and add your RapidAPI key. Without this key the server still works — only OPUS tools are disabled.
cp urls.env.example urls.env
# Edit urls.env and add your RapidAPI keyHoudini MCP Examples
Client configuration
Add this to claude_desktop_config.json to connect Claude Desktop to HoudiniMCP. Adjust the path to match your Houdini version and username.
{
"mcpServers": {
"houdini": {
"command": "uv",
"args": [
"run",
"python",
"C:/Users/<YourUserName>/Documents/houdini19.5/scripts/python/houdinimcp/houdini_mcp_server.py"
]
}
}
}Prompts to try
Use these prompts inside Claude Desktop with Houdini running and the shelf tool server active.
- "Create a sphere with a mountain noise displacement in Houdini"
- "Set up a fluid simulation with a sphere emitter falling into a box"
- "Create a fractal tree using Houdini's L-system node"
- "Add a Mantra render node and set the output path to /tmp/render.exr"
- "Generate a procedural rock using VEX noise and add a principled shader"Troubleshooting Houdini MCP
Claude Desktop cannot connect to the Houdini server
Make sure you have toggled the server ON using the HoudiniMCP shelf tool inside Houdini before trying to use Claude. The server listens on port 9876 — check that no firewall is blocking this port.
uv command not found when installing dependencies
After running the uv installer on Windows, you need to update your PATH. Run 'set Path=C:\Users\<YourUserName>\.local\bin;%Path%' in the current terminal session, then retry the uv add command.
OPUS tools are not available
OPUS asset generation requires a RapidAPI subscription. Copy urls.env.example to urls.env and add your RapidAPI key. Without the key, the server starts normally but OPUS-specific tools are disabled.
Frequently Asked Questions about Houdini MCP
What is Houdini MCP?
Houdini MCP is a Model Context Protocol (MCP) server that connects houdini to claude ai through model context protocol, enabling ai-assisted 3d modeling, scene creation, simulation setup, and rendering through natural language commands. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Houdini MCP?
Follow the installation instructions on the Houdini MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Houdini MCP?
Houdini MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Houdini MCP free to use?
Yes, Houdini MCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Houdini MCP Alternatives — Similar Developer Tools Servers
Looking for alternatives to Houdini MCP? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Houdini MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Houdini MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.