Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex.
claude mcp add tdmcp -- npx -y @dpantani/tdmcp
claude_desktop_config.json
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tdmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Pantani--tdmcp/reviews or the review_server meta-tool.
POST /mcp