
TouchDesigner MCP Server
by bottobot
Comprehensive documentation and Python API reference for TouchDesigner operators, tutorials, and workflows.
What it does
This server connects AI assistants to the vast ecosystem of TouchDesigner, providing real-time access to documentation for over 630 operators, 69 Python API classes, and 14 detailed tutorials. It enables LLMs to accurately suggest operator parameters, write functional Python scripts for the TouchDesigner textport, and design complex visual networks without hallucinating outdated version data.
Tools
get_operator: Fetches detailed documentation, parameters, and tips for a specific operator.search_operators: Contextual search for operators with relevance ranking and category filtering.get_python_api: Provides documentation for Python classes, including methods and members.get_experimental_techniques: Accesses a library of advanced GLSL, GPU compute, and ML techniques.get_network_template: Returns ready-to-use network structures with Python generation scripts.get_version_info: Details on stable TD releases and their bundled Python versions.
Installation
Install globally via npm:
npm install -g @bottobot/td-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"td-mcp": {
"command": "npx",
"args": ["@bottobot/td-mcp"]
}
}
}
Supported hosts
claudevscode-copilotcursor
Quick install
npm install -g @bottobot/td-mcpInformation
- Pricing
- free
- Published






