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
{
"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