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