◆ CatalogMCPs
TouchDesigner MCP.
Control TouchDesigner from AI agents
§ 01Install
◆ install
$ npx archtmpl@latest --mcp touchdesigner-mcp─ paste in terminal · restart claude code
Control TouchDesigner from AI agents
$ npx archtmpl@latest --mcp touchdesigner-mcp─ paste in terminal · restart claude code
1{ 2 "name": "TouchDesigner MCP", 3 "summary": "Control TouchDesigner from AI agents — 12 node tools for create, parameters, Python execution", 4 "repo": "https://github.com/8beeeaaat/touchdesigner-mcp", 5 "mcpServers": { 6 "touchdesigner": { 7 "command": "npx", 8 "args": ["-y", "touchdesigner-mcp-server@latest", "--stdio"] 9 }10 },11 "postInstallNotes": "Requires a one-time TouchDesigner-side setup before this runs: download touchdesigner-mcp-td.zip from the latest GitHub release, import mcp_webserver_base.tox into your project (e.g. /project1/mcp_webserver_base), and keep its modules/ folder structure intact. Server expects TouchDesigner's WebServer DAT on 127.0.0.1:9981 by default — add --host / --port args if yours differs."12}13