By satoruhiga
Execute Python code in TouchDesigner to query editor state, create and chain operators (CHOP/SOP/POP/TOP/DAT), manage layouts, render outputs, and debug GLSL shaders with error checking.
A Claude Code plugin that enables AI-assisted TouchDesigner network creation and manipulation via MCP (Model Context Protocol).
# Add marketplace
/plugin marketplace add satoruhiga/claude-touchdesigner
# Install plugin
/plugin install touchdesigner@satoruhiga-claude-touchdesigner
toe/TouchDesignerAPI.tox anywhere in your projectIn Claude Code, run /touchdesigner to load the skill, then try:
Create a Grid SOP with noise
| Tool | Description |
|---|---|
td_execute | Run Python code in TouchDesigner |
td_pane | Get current network editor state |
td_selection | Get selected operators |
td_operators | List operators at a path |
The plugin includes a td-guide skill with reference documentation for:
By default, the MCP server connects to TouchDesigner on port 44444. You can change this using the TDAPI_PORT environment variable.
macOS / Linux:
TDAPI_PORT=12345 claude
Windows (Command Prompt):
set TDAPI_PORT=12345
claude
Windows (PowerShell):
$env:TDAPI_PORT="12345"
claude
To set the port permanently on Windows, add TDAPI_PORT to System Environment Variables:
TDAPI_PORT, Variable value: your port numberThe port must match the Port parameter in the TouchDesignerAPI.tox component inside TouchDesigner.
MIT
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub satoruhiga/claude-touchdesigner --plugin touchdesignerBlender automation toolkit with CLI for geometry, materials, modifiers, collections, animation retargeting, and WebSocket-based real-time control
9 skills covering ComfyUI custom node development with the V3 and V1 APIs
Browser-based 3D design tool with visual editor, animation, and web export. Use this skill when creating 3D scenes without code, designing interactive web experiences, prototyping 3D UI, exporting to React/web, or building designer-friendly 3D content. Triggers on tasks involving Spline, no-code 3D, visual 3D editor, 3D animation, state-based interactions, React Spline integration, or scene export. Alternative to Three.js for designers who prefer visual tools over code.
Build s&box games by talking to Claude. Bundles the Claude Bridge MCP server, a screenshot-driven game-dev workflow skill, and an optional sbox-game-dev specialist agent. The s&box editor addon must be installed separately (see README).
MCP server for Roblox Studio integration - AI-powered game development with specialized agents and skills
Guidelines and tools for creating Max/MSP patches with MaxMCP