MCP Directory
Back

touchdesigner-mcp

by 8beeeaaat · TypeScript · ★ 402

MCP server for TouchDesigner

#mcp#mcp-server#touchdesigner

Install

npx -y github:8beeeaaat/touchdesigner-mcp

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": {
      "command": "npx",
      "args": [
        "-y",
        "github:8beeeaaat/touchdesigner-mcp"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/touchdesigner-mcp-server) [](https://www.npmjs.com/package/touchdesigner-mcp-server) This is an implementation of an MCP (Model Context Protocol) server for TouchDesigner. Its goal is to enable AI agents to control and operate TouchDesigner projects. [English](README.md) / [日本語](README.ja.md) [](https://youtu.be/V2znaqGU7f4?si=6HDFbcBHCFPdttkM&t=635) TouchDesigner MCP acts as a bridge between AI models and the TouchDesigner WebServer DAT, enabling AI agents to: - Create, modify, and delete nodes - Query node properties and project structure - Programmatica…
Read full README on GitHub →

Related other servers