MCP Directory
Back

touchdesigner-mcp-server

by bottobot · HTML · ★ 67

TouchDesigner Documentation MCP Server v2.6.1 - FIXED Python API tools! Features 629 operators + 14 tutorials + 69 Python API classes with working get_python_api & search_python_api tools. Zero-configuration setup for VS Code/Codium.

#codium#derivative#documentation#mcp#model-context-protocol#operators#touchdesigner#vscode#workflow

Install

git clone https://github.com/bottobot/touchdesigner-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "touchdesigner-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:bottobot/touchdesigner-mcp-server"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/@bottobot/td-mcp) [](https://opensource.org/licenses/MIT) A powerful Model Context Protocol (MCP) server that brings comprehensive TouchDesigner operator documentation, Python API references, and tutorials directly to your AI coding assistant. I personally use it with VS Code/Codium and the Roo Code Extension alongside my favorite LLMs like Claude Opus and GPT-5. While the server should theoretically work with other applications like Docker or Claude Desktop, I haven't thoroughly tested those integrations yet. **The Story So Far:** The catalyst for this proj…
Read full README on GitHub →

Related developer tools servers