What problem does it solve?
This Skill provides a convenient way to control and automate TouchDesigner instances using the twozero MCP protocol, enabling users to create dynamic visuals, wire connections, and execute Python scripts without manual intervention.
Core Features & Use Cases
- TouchDesigner Control: Create, set parameters, wire connections, and execute Python scripts within TouchDesigner instances.
- Visual Creation: Build real-time visuals and generative art using TouchDesigner's extensive capabilities.
- Use Case: Imagine you need to create a live visual performance with audio-reactive visuals. Use this Skill to set up TouchDesigner with the required parameters and Python scripts, and control it in real-time during the performance.
Quick Start
Run the setup script to configure the MCP server and download twozero.tox:
bash "${HERMES_HOME:-$HOME/.hermes}/skills/creative/touchdesigner-mcp/scripts/setup.sh"
After setup, verify the MCP connection:
nc -z 127.0.0.1 40404 && echo "twozero MCP: READY"