MCP Server
Active
MIT
tdmcp — TouchDesigner MCP server MCP Server
io.github.Pantani/tdmcp
What is the tdmcp — TouchDesigner MCP server MCP server?
Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex.
How to install tdmcp — TouchDesigner MCP server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tdmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
]
}
}
}Claude Code
claude mcp add tdmcp -- npx -y @dpantani/tdmcpRelated MCP servers
Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.
1
View repository →TypeScript
MIT