MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y touchdesigner-mcp-server
MCP client config
{
"mcpServers": {
"touchdesigner-mcp": {
"command": "npx",
"args": [
"-y",
"touchdesigner-mcp-server"
]
}
}
}Distributed as an MCP bundle (`https://github.com/8beeeaaat/touchdesigner-mcp/releases/download/v1.2.0/touchdesigner-mcp.mcpb`) — download it and import the bundle in your MCP client.