Skip to main content
Glama
manifest.json4.65 kB
{ "manifest_version": "0.3", "name": "touchdesigner-mcp", "version": "1.4.2", "display_name": "TouchDesigner MCP Server", "description": "AI assistant for TouchDesigner - control nodes, execute Python scripts, and create interactive visual content", "long_description": "# TouchDesigner MCP Server\n\nBridge between AI assistants and TouchDesigner for creative coding and visual programming. Features include:\n\n- **Node Operations**: Create, delete, and modify TouchDesigner nodes\n- **Python Execution**: Run Python scripts directly in TouchDesigner environment\n- **Parameter Control**: Update node parameters and connections\n- **Real-time Monitoring**: Get TouchDesigner server information and node details\n- **Creative Assistance**: AI-powered workflow optimization and debugging\n- **Code Execution Manifest**: Generate filesystem-style tool manifests (`describe_td_tools`) for code-mode agents\n\nPerfect for visual artists, creative coders, and interactive media developers who want to leverage AI for TouchDesigner projects.", "author": { "name": "8beeeaaat", "url": "https://github.com/8beeeaaat/touchdesigner-mcp" }, "repository": { "type": "git", "url": "https://github.com/8beeeaaat/touchdesigner-mcp" }, "server": { "type": "node", "entry_point": "dist/cli.js", "mcp_config": { "command": "npx", "args": [ "-y", "touchdesigner-mcp-server@latest", "--stdio", "--port=${user_config.TD_WEB_SERVER_PORT}" ] } }, "tools": [ { "name": "describe_td_tools", "description": "Generate filesystem manifests of TouchDesigner tools with detailLevel/responseFormat/filter options for code execution environments" }, { "name": "create_td_node", "description": "Create new nodes in TouchDesigner with specified family and parameters" }, { "name": "delete_td_node", "description": "Delete existing nodes from TouchDesigner by path" }, { "name": "execute_python_script", "description": "Execute Python scripts directly in TouchDesigner environment with full API access" }, { "name": "exec_node_method", "description": "Execute methods on TouchDesigner nodes (cook, pulse, reset, etc.)" }, { "name": "get_td_info", "description": "Get TouchDesigner server information and connection status" }, { "name": "get_module_help", "description": "Get Python help() documentation for TouchDesigner modules and classes" }, { "name": "get_td_class_details", "description": "Get detailed documentation for TouchDesigner Python classes" }, { "name": "get_td_classes", "description": "List available TouchDesigner Python classes and modules" }, { "name": "get_td_node_errors", "description": "Check for errors on a specified node and its children" }, { "name": "get_td_node_parameters", "description": "Retrieve parameters and current values for TouchDesigner nodes" }, { "name": "get_td_nodes", "description": "List nodes in TouchDesigner with filtering options" }, { "name": "update_td_node_parameters", "description": "Update parameter values for TouchDesigner nodes" } ], "prompts": [ { "name": "Search node", "description": "Find TouchDesigner nodes by various criteria", "text": "Search for TouchDesigner nodes using filters like name, family type, or parent path." }, { "name": "Check node errors", "description": "Analyze and diagnose TouchDesigner node errors", "text": "Analyze the current TouchDesigner project for node errors and provide debugging suggestions." }, { "name": "Node connection", "description": "Guide for connecting TouchDesigner nodes properly", "text": "Provide guidance on how to properly connect TouchDesigner nodes for optimal data flow." } ], "user_config": { "TD_WEB_SERVER_PORT": { "title": "TouchDesigner Port", "description": "Port number for TouchDesigner WebServer", "type": "number", "default": 9981, "required": false } }, "compatibility": { "claude_desktop": ">=1.0.0", "platforms": [ "darwin", "win32", "linux" ], "runtimes": { "node": ">=18.0.0" } }, "keywords": [ "touchdesigner", "creative-coding", "visual-programming", "python", "real-time", "interactive-media" ], "license": "MIT", "homepage": "https://github.com/8beeeaaat/touchdesigner-mcp" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/8beeeaaat/touchdesigner-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server