What problem does it solve?
This skill allows you to control a running TouchDesigner instance via twozero MCP, enabling you to create operators, set parameters, wire connections, execute Python, and build real-time visuals.
Core Features & Use Cases
- Operator Creation: Create operators within TouchDesigner using MCP, including noise, glsl, composite, level, blur, text, and null operators.
- Parameter Setting: Set parameters on operators safely and efficiently.
- Connection Wiring: Wire connections between operators for complex networks.
- Python Execution: Execute Python code within TouchDesigner for custom logic and processing.
- Real-Time Visuals: Build and manipulate real-time visuals within TouchDesigner.
Quick Start
Use the touchdesigner-mcp skill to set the brightness of the "brightness" operator to 0.5 by executing the command: td_set_operator_pars(path="/project1/brightness", parameters={"roughness": 0.6, "monochrome": true}).