How I Built Real-Time Hand Tracking in TouchDesigner Using AI (Claude Code + MCP)
What You Need Step 1 — Install Claude Code & the TouchDesigner MCP Server Claude Code lets AI talk directly to your TouchDesigner project through MCP (Model Context Protocol). Install the MCP server in one command: claude mcp add-json touchdesigner –scope user ‘{“command”:”npx”,”args”:[“-y”,”touchdesigner-mcp-server@latest”,”–stdio”]}’ Verify it worked: claude mcp list You should see touchdesigner · ✔…
