Touchdesigner
Freeby MCP Community
MCP server for TouchDesigner
v1.4.7Added Apr 12, 2026
MCP ServerTouchDesigner
Touchdesigner MCP Server
MCP server for TouchDesigner
Installation
npx -y touchdesigner-mcp-server
Reviews
Installation
Quick install
npx -y touchdesigner-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"touchdesigner": {
"command": "npx",
"args": ["-y", "touchdesigner-mcp-server"]
}
}
}