Skip to content
VS Code

touchdesigner mcp server for VS Code

io.github.8beeeaaat/touchdesigner-mcp-server

MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents

client:VS Code transport:stdio runtime:npm

Install touchdesigner mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "touchdesigner-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "touchdesigner-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

touchdesigner mcp server in other clients