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