Home › Design & Media › tdmcp — TouchDesigner MCP server
tdmcp — TouchDesigner MCP server
Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex.
Topics: Art & Culture
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.13.2)
npx -y @dpantani/tdmcp@0.13.2
Or add to your MCP client config:
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp@0.13.2"
],
"env": {
"TDMCP_TOOL_PROFILE": "<YOUR_VALUE>",
"TDMCP_RAW_PYTHON": "<YOUR_VALUE>"
}
}
}
}
TDMCP_TOOL_PROFILE— Tool exposure profile. Glama and MCP directory scanners use directory for a compact build/inspect surface; choose full for the complete installed runtime or safe to hide destructive/raw-code tools.TDMCP_RAW_PYTHON— Keep client-authored Python escape-hatch tools hidden by default in registry scans; choose on only for a trusted local runtime.
Related servers
mcp-for-blender
MCP server for working with Blender
davinci-resolve-mcp
MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control
MeiGen-AI-Design-MCP
AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local…
manim-mcp-server
A local MCP server that generates animations using Manim.
aseprite-mcp
MCP server using the Aseprite API to create pixel art
bazi-mcp
Provides comprehensive and accurate Bazi (Chinese Astrology) charting and analysis
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry