Skip to content
Cursor

tdmcp — TouchDesigner MCP server for Cursor

io.github.pantani/tdmcp

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

client:Cursor transport:stdio runtime:npm

Install tdmcp — TouchDesigner MCP server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tdmcp — TouchDesigner MCP server in other clients