By satoruhiga
Create and manage TouchDesigner networks directly from Claude Code — chain operators, apply GLSL shaders, convert data between CHOP/SOP/POP/TOP/DAT types, and check for errors, all via MCP API.
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 touchdesignerConnect Claude Code to TouchDesigner through the tdmcp Model Context Protocol server.
Blender 3D automation via MCP
Blender 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.
Claude Code plugin for ComfyUI — generate images, visualize workflows, manage models, and explore custom nodes