Skip to content
Claude Desktop

tdmcp — TouchDesigner MCP server for Claude Desktop

io.github.pantani/tdmcp

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

client:Claude Desktop transport:stdio runtime:npm

Install tdmcp — TouchDesigner MCP server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

tdmcp — TouchDesigner MCP server in other clients