Odel
tdmcp — TouchDesigner MCP server

tdmcp — TouchDesigner MCP server

Local
@pantani39TypeScriptMITUpdated 3w ago

Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex.

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

npm@dpantani/tdmcpv0.13.2

Run

npx -y @dpantani/tdmcp

MCP client config

{
  "mcpServers": {
    "tdmcp-touchdesigner-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@dpantani/tdmcp"
      ]
    }
  }
}