Skip to content
Windsurf

tdmcp — TouchDesigner MCP server for Windsurf

io.github.pantani/tdmcp

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

client:Windsurf transport:stdio runtime:npm

Install tdmcp — TouchDesigner MCP server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tdmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dpantani/tdmcp"
      ],
      "env": {
        "TDMCP_TOOL_PROFILE": "<TDMCP_TOOL_PROFILE>",
        "TDMCP_RAW_PYTHON": "<TDMCP_RAW_PYTHON>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

tdmcp — TouchDesigner MCP server in other clients