Odel
touchdesigner mcp

touchdesigner mcp

Local
@8beeeaaat519TypeScriptMITUpdated 1mo ago

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).

npmtouchdesigner-mcp-serverv1.2.0

Run

npx -y touchdesigner-mcp-server

MCP client config

{
  "mcpServers": {
    "touchdesigner-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "touchdesigner-mcp-server"
      ]
    }
  }
}
MCP Bundlehttps://github.com/8beeeaaat/touchdesigner-mcp/releases/download/v1.2.0/touchdesigner-mcp.mcpbv1.2.0

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.