AI & ML
Trust: 44/100 (Fair)io.github.8beeeaaat/touchdesigner-mcp-server Guide
MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents
214 starsby 8beeeaaat
Quick Start
Install
npx touchdesigner-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-8beeeaaat-touchdesigner-mcp-server": {
"command": "npx",
"args": [
"touchdesigner-mcp-server"
]
}
}
}