HomeDesign & Media › tdmcp — TouchDesigner MCP server

tdmcp — TouchDesigner MCP server

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

TypeScript Local macOSWindows
★ 43 stars Last pushed 2026-08-15 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.13.2)

npx -y @dpantani/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "tdmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dpantani/[email protected]"
      ],
      "env": {
        "TDMCP_TOOL_PROFILE": "<YOUR_VALUE>",
        "TDMCP_RAW_PYTHON": "<YOUR_VALUE>"
      }
    }
  }
}
  • TDMCP_TOOL_PROFILE — Tool exposure profile. Glama and MCP directory scanners use directory for a compact build/inspect surface; choose full for the complete installed runtime or safe to hide destructive/raw-code tools.
  • TDMCP_RAW_PYTHON — Keep client-authored Python escape-hatch tools hidden by default in registry scans; choose on only for a trusted local runtime.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry