Skip to content
Gemini CLI

tdmcp — TouchDesigner MCP server for Gemini CLI

io.github.pantani/tdmcp

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

client:Gemini CLI transport:stdio runtime:npm

Install tdmcp — TouchDesigner MCP server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

tdmcp — TouchDesigner MCP server in other clients