Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capoomgit/houdini-mcp
/ functions
Functions
110 in github.com/capoomgit/houdini-mcp
⨍
Functions
110
◇
Types & classes
4
Function
restart_server
(host='127.0.0.1', port=9876)
__init__.py:30
Function
rotate_camera_center_y90
Rotate the camera center null node 90 degrees around the Y axis. Maintained for backward compatibility. Args: null_node: The
HoudiniMCPRender.py:189
Method
search_assets
Placeholder for asset search logic.
server.py:1394
Function
server_lifespan
Startup/shutdown logic. Called automatically by fastmcp.
houdini_mcp_server.py:575
Method
set_material
Creates or applies a material to an OBJ node. For example, we can create a Principled Shader in /mat and assign it to a geo
server.py:956
Function
set_node_flags
Set node flags (display/render/bypass/template). Only flags you pass are changed. Flags a node type doesn't support are reported as 'unsuppor
houdini_mcp_server.py:766
Method
set_node_flags
Set node flags; only the flags passed (non-None) are touched.
server.py:715
Function
set_parameters
Set one or more parameters on a node in a single undoable call. Values: scalar for single parms (e.g. {"scale": 2.0}), a list for parm tu
houdini_mcp_server.py:737
Function
set_wrangle_code
Replace the VEX snippet on an existing wrangle node. With validate=True (default) the node is re-cooked and the result includes a 'validation
houdini_mcp_server.py:829
Method
set_wrangle_code
Replace the VEX snippet on an existing wrangle and re-validate.
server.py:838
← previous
101–110 of 110, ranked by callers