touchdesigner-mcp

Automate TouchDesigner operator creation, parameter setting, and network wiring via MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Hermes enables automation of TouchDesigner MCP workflows, letting you build, wire, and configure networks from code rather than manual clicks.

Core Features & Use Cases

  • Automate operator creation, parameter setting, and wiring via the twozero MCP.
  • Scripted setup and deployment of TouchDesigner networks across local instances.
  • Use cases include automated TD project bootstrapping, reproducible experiments, and reproducible environments for installations.

Quick Start

Run the setup script in the skill to install and configure the Hermes MCP bridge for TouchDesigner and verify MCP connectivity.

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 wiring and operator creation?

Automate TouchDesigner network wiring by using the Hermes agent to orchestrate the twozero MCP plugin, enabling scripted operator creation and parameter setting via the TD Python API.

Can I use Python to script TouchDesigner project bootstrapping for reproducible installations?

Yes, Python scripts can bootstrap TouchDesigner projects to create reproducible environments for installations by applying automated operator creation and network wiring across local TD instances.

Do I need the twozero MCP plugin to run TouchDesigner automation workflows?

Yes, the twozero MCP plugin in TouchDesigner is required, along with Hermes agent integration and access to the TD Python API including the op, project, and td modules.

What is the best way to configure TouchDesigner MCP workflows for automated network deployment?

Run the setup script provided in the skill to install and configure the Hermes MCP bridge for TouchDesigner, then verify MCP connectivity to deploy automated networks.

Does TouchDesigner MCP automation work with local instances only?

TouchDesigner MCP automation applies to local TouchDesigner instances, applying scripted operator creation, parameter setting, and network wiring across local project environments.

Why use Hermes for TouchDesigner network wiring instead of manual clicks?

Hermes lets you build, wire, and configure TouchDesigner networks from code rather than manual clicks, enabling reproducible experiments and automated TD project bootstrapping.