Skip to content

Touchdesigner

Free

by MCP Community

MCP server for TouchDesigner

v1.4.7Added Apr 12, 2026
MCP ServerTouchDesigner
Works with:ClaudeGPTGeminiCopilot

Touchdesigner MCP Server

MCP server for TouchDesigner

Installation

npx -y touchdesigner-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y touchdesigner-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "touchdesigner": {
      "command": "npx",
      "args": ["-y", "touchdesigner-mcp-server"]
    }
  }
}