TouchDesigner MCP
by 8beeeaaat
Enable AI agents to programmatically control and operate TouchDesigner projects via Python.
What it does
TouchDesigner MCP acts as a bridge between AI models and the TouchDesigner WebServer DAT. It allows AI agents to interactively build visual scenes, modify node properties, and execute Python scripts directly within a running TouchDesigner project.
Tools
create_td_node: Creates a new node in the network.delete_td_node: Removes an existing node.execute_python_script: Runs arbitrary Python code inside TouchDesigner.get_td_node_parameters: Retrieves current parameters of a specific node.update_td_node_parameters: Modifies node parameters in real-time.get_td_nodes: Lists nodes under a specified path with filtering.
Installation
Requires the mcp_webserver_base component imported into TouchDesigner.
{
"mcpServers": {
"touchdesigner": {
"command": "npx",
"args": ["-y", "touchdesigner-mcp-server"]
}
}
}
Supported hosts
- claude
Quick install
npx -y touchdesigner-mcp-serverInformation
- Pricing
- free
- Published
- 4/13/2026
- stars







