Houdini MCP Server
Enables programmatic control of SideFX Houdini, providing tools for node operations, parameter editing, geometry inspection, scene management, and arbitrary Python or HScript execution.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Houdini MCP Servercreate a sphere node in /obj and set its radius to 5"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Houdini MCP Server
Control SideFX Houdini from AI assistants via the Model Context Protocol.
35 tools for node creation, parameter editing, geometry inspection, scene management, and arbitrary Python execution — all driven by natural language through Claude or any MCP-compatible client.
Features
Node operations — create, delete, rename, connect, layout, cook, find nodes
Parameter control — get/set values, list parameters, set expressions
Geometry inspection — read points, primitives, bounding boxes, export
.geoScene management — new/open/save scenes, scene info
Transform tools — get/set object transforms
Code execution — run arbitrary Python or HScript inside Houdini
Built-in documentation — 11 comprehensive HOM reference docs + 5 index files, searchable via MCP tools
Related MCP server: Houdini MCP Server
Prerequisites
Setup
1. Start RPYC server in Houdini
Open Houdini's Python Shell (Windows > Python Shell) and run:
import hrpyc
hrpyc.start_server(port=18811)Or use the provided helper script:
exec(open("/path/to/houdini-mcp/houdini_setup.py").read())2. Configure your MCP client
Add to your MCP client configuration (e.g., .mcp.json for Claude Code):
{
"mcpServers": {
"houdini": {
"command": "uv",
"args": ["--directory", "/path/to/houdini-mcp", "run", "server.py"]
}
}
}Replace /path/to/houdini-mcp with the actual path to this repo.
3. Connect
Call the houdini_connect tool first. Then use any of the 35 available tools.
Claude Code Skill (Optional)
The claude-skill/ directory contains a Houdini Python reference skill for Claude Code. To use it:
Copy
claude-skill/houdini-python.mdto your project's.claude/commands/directoryThe skill provides HOM API reference, SOP/DOP/VOP node guides, and scripting patterns
Invoke with
/houdini-pythonin Claude Code
Tools
Category | Tools |
Connection |
|
Scene |
|
Nodes |
|
Parameters |
|
Geometry |
|
Transforms |
|
Execution |
|
Frame |
|
How it works
┌──────────────┐ MCP (stdio) ┌──────────────┐ RPYC (TCP) ┌──────────────┐
│ AI Client │ ◄─────────────────► │ MCP Server │ ◄────────────────► │ Houdini │
│ (Claude etc) │ │ (server.py) │ │ (port 18811)│
└──────────────┘ └──────────────┘ └──────────────┘The MCP server translates tool calls into RPYC remote procedure calls to Houdini's Python interpreter. Houdini runs an RPYC server (via hrpyc) that exposes the full hou module.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceComprehensive MCP server for SideFX Houdini, offering 168 tools across 19 categories to enable natural-language control of scene building, simulation, rendering, and more via AI assistants.Last updated145MIT
- Flicense-qualityDmaintenanceEnables AI assistants to control Houdini by executing Python code, querying scene information, and creating nodes via the Model Context Protocol.Last updated2
- Alicense-qualityCmaintenanceAn MCP server for controlling SideFX Houdini via hrpyc, enabling AI assistants to interact with Houdini sessions.Last updated44MIT
- Alicense-qualityCmaintenanceConnects SideFX Houdini to Claude via the Model Context Protocol, enabling control of Houdini scenes, nodes, rendering, and more through 166 MCP tools.Last updatedMIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eliiik/houdini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server