Skip to content
Zed

tdmcp — TouchDesigner MCP server for Zed

io.github.pantani/tdmcp

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

client:Zed transport:stdio runtime:npm

Install tdmcp — TouchDesigner MCP server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

tdmcp — TouchDesigner MCP server in other clients