tdmcp — TouchDesigner MCP server for Grok
io.github.pantani/tdmcp
Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex.
client:Grok
transport:stdio
runtime:npm
Install tdmcp — TouchDesigner MCP server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tdmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
],
"env": {
"TDMCP_TOOL_PROFILE": "<TDMCP_TOOL_PROFILE>",
"TDMCP_RAW_PYTHON": "<TDMCP_RAW_PYTHON>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs