touchdesigner-mcp

Automate TouchDesigner operator network construction and Python execution via twozero MCP.

Updated May 2, 2026
One-click install
npx skills add https://github.com/AlvaroBiano/hermes-agent --skill touchdesigner-mcp-alvarobiano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: touchdesigner-mcp
Source: https://github.com/AlvaroBiano/hermes-agent/tree/main/skills/creative/touchdesigner-mcp
Command: npx skills add https://github.com/AlvaroBiano/hermes-agent --skill touchdesigner-mcp-alvarobiano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It solves the complexity of manually wiring and scripting TouchDesigner projects by providing a self-contained skill that automates operator creation, connection wiring, parameter setup, and Python execution using the twozero MCP.

Core Features & Use Cases

  • Deterministic network construction across local TD instances via MCP tooling
  • Auto-wiring and parameterization of operators, plus on-demand Python execution
  • Reusable references and scripts to accelerate TD workflows and multi-instance management
  • Local setup validation and reproducible workflows for TD artists and developers

Quick Start

Load the skill into a running TouchDesigner session and execute the provided setup to automatically instantiate a baseline network via twozero MCP.

Frequently Asked Questions about touchdesigner-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate TouchDesigner network construction and operator wiring?

You can automate TouchDesigner operator creation, connection wiring, and parameterization by executing scripts through the twozero MCP plugin. This provides deterministic network assembly and removes the need for manual project setup.

Can I run Python scripts to manage multiple TouchDesigner instances?

Yes, you can execute on-demand Python scripts to manage multiple local TouchDesigner instances. The skill provides reusable references and scripts to accelerate TD workflows and handle multi-instance environments reproducibly.

Does this workflow require a specific plugin to automate TouchDesigner projects?

Yes, automating TouchDesigner projects with this skill requires the twozero MCP plugin. It provides the tooling for setup validation, operator creation, and Python execution, ensuring reproducible workflows in a script-driven environment.

What is the best way to validate TouchDesigner setup before building a network?

The best way to validate TouchDesigner setup is to load the skill into a running session and execute its built-in setup validation. This verifies the local environment and automatically instantiates a baseline network via twozero MCP.

Why should I use script-driven automation for TouchDesigner instead of manual wiring?

Script-driven automation solves the complexity of manually wiring TouchDesigner projects by providing deterministic operator creation and parameterization. It ensures reproducible workflows and allows on-demand Python execution for multi-instance management.