What problem does it solve? Building TouchDesigner networks by hand requires memorizing version-specific parameter names, wiring rules, and GLSL conventions, and mistakes like wrong parameter names or broken audio-reactive chains silently produce black output or dead data. ## Core Features & Use Cases - MCP-driven network construction: Create operators, set validated parameters, wire connections, and inspect errors through 36 native twozero MCP tools instead of guessing TD Python API details. - Audio-reactive and GLSL recipes: Proven signal chains for spectrum-driven shaders, feedback effects, recording via MovieFileOut, and 3D scenes with lighting, PBR materials, and instancing. - Use Case: Ask the agent to build an audio-reactive GLSL visual: it discovers parameter names with td_get_par_info, creates the AudioFileIn to AudioSpectrum to CHOP-to-TOP chain, wires a GLSL TOP, verifies with td_get_errors and screenshots, then records ProRes video. ## Quick Start Run the bundled setup script to install the twozero.tox plugin and register the MCP server, then ask the agent to build a noise-based animated background in TouchDesigner.