.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/8beeeaaat/touchdesigner-mcp
home/mcp-servers/8beeeaaat/touchdesigner-mcp
8beeeaaat avatar

touchdesigner-mcp

by8beeeaaat· 1 MCP server

Installs

6.4k

Stars

451

Forks

46

Category

UX UI & Design

View on GitHub

TL;DR

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.

How to install touchdesigner-mcp?

8beeeaaat/touchdesigner-mcp
$git clone https://github.com/8beeeaaat/touchdesigner-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install touchdesigner-mcp by running `git clone https://github.com/8beeeaaat/touchdesigner-mcp`, then use it for the current task and follow its documentation at https://github.com/8beeeaaat/touchdesigner-mcp.

Files · 1

View on GitHub
README.md
1# TouchDesigner MCP
2 
3[![Version](https://img.shields.io/npm/v/touchdesigner-mcp-server?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/touchdesigner-mcp-server)
4[![Downloads](https://img.shields.io/npm/dt/touchdesigner-mcp-server.svg?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/touchdesigner-mcp-server)
5 
6This 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.
7 
8[English](README.md) / [日本語](README.ja.md)
9 
10## Overview
11 
12[![demo clip](https://github.com/8beeeaaat/touchdesigner-mcp/blob/main/assets/particle_on_youtube.png)](https://youtu.be/V2znaqGU7f4?si=6HDFbcBHCFPdttkM&t=635)
13 
14TouchDesigner MCP acts as a bridge between AI models and the TouchDesigner WebServer DAT, enabling AI agents to:
15 
16- Create, modify, and delete nodes
17- Query node properties and project structure
18- Programmatically control TouchDesigner via Python scripts
19 
20## Installation
21 
22Please refer to the **[Installation Guide](docs/installation.md)**.
23 
24If you are updating, please refer to the procedure in the **[Latest Release](https://github.com/8beeeaaat/touchdesigner-mcp/releases/latest#for-updates-from-previous-versions)**.
25 
26## MCP Server Features
27 
28This server enables AI agents to perform operations in TouchDesigner using the Model Context Protocol (MCP).
29 
30### Tools
31 
32Tools allow AI agents to perform actions in TouchDesigner.
33 
34| Tool Name | Description |
35| :---------------------- | :----------------------------------------------------------------- |
36| `create_td_node` | Creates a new node. |
37| `delete_td_node` | Deletes an existing node. |
38| `exec_node_method` | Calls a Python method on a node. |
39| `execute_python_script` | Executes an arbitrary Python script in TouchDesigner. |
40| `get_module_help` | Gets Python help() documentation for TouchDesigner modules/classes.|
41| `get_td_class_details` | Gets details of a TouchDesigner Python class or module. |
42| `get_td_classes` | Gets a list of TouchDesigner Python classes. |
43| `get_td_info` | Gets information about the TouchDesigner server environment. |
44| `get_td_node_errors` | Checks for errors on a specified node and its children. |
45| `get_td_node_parameters`| Gets the parameters of a specific node. |
46| `get_td_nodes` | Gets nodes under a parent path, with optional filtering. |
47| `update_td_node_parameters` | Updates the parameters of a specific node. |
48 
49### Prompts
50 
51Prompts provide instructions for AI agents to perform specific actions in TouchDesigner.
52 
53| Prompt Name | Description |
54| :------------------| :-------------------------------------------------------------------------- |
55| `Search node` | Fuzzy searches for nodes and retrieves information based on name, family, or type. |
56| `Node connection` | Provides instructions to connect nodes within TouchDesigner. |
57| `Check node errors`| Checks for errors on a specified node, and recursively for its children. |
58 
59### Resources
60 
61Not implemented.
62 
63## Developer Guide
64 
65Looking for local setup, client configuration, project structure, or release workflow notes?
66See the **[Developer Guide](docs/development.md)** for all developer-facing documentation.
67 
68## Troubleshooting
69 
70### Troubleshooting version compatibility
71 
72The MCP server uses **semantic versioning** for flexible compatibility checks
73 
74| MCP Server | API Server | Minimum compatible API version | Behavior | Status | Notes |
75|------------|------------|----------------|----------|--------|-------|
76| 1.3.x | 1.3.0 | 1.3.0 |

Preview

8beeeaaat/touchdesigner-mcp8beeeaaat/touchdesigner-mcp

# TouchDesigner MCP

[![Version](https://img.shields.io/npm/v/touchdesigner-mcp-server?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/touchdesigner-mcp-serve

[![Downloads](https://img.shields.io/npm/dt/touchdesigner-mcp-server.svg?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/touchdesigner-mc

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 proj

Repo8beeeaaat/touchdesigner-mcp
TypeMCP Servers
CategoryUX UI & Design
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

MCPmcpmcp-server

Related

6 picks
Type
  1. glips avatarfigma-context-mcpGive your coding agent access to your Figma data. Implement designs in any framework in one-shot.MCP ServersJul 2026336k16k
  2. tercumantanumut avatarsunnysidefigma-context-mcpModel Context Protocol server for Figma integrationMCP ServersApr 2026336k39
  3. southleft avatarfigma-console-mcpThe most comprehensive MCP server for Figma — design tokens, variables, components, write tools, version history diff, accessibility audits, FigJam, Slides, and more. Local (WebSocket Desktop Bridge plugin) and Cloudflare Workers (paired + remote) modes.MCP ServersJul 2026100k2.1k
  4. neka-nat avatarfreecad-mcpFreeCAD MCP(Model Context Protocol) serverMCP ServersJul 202620k1.5k
  5. dembrandt avatardembrandtExtract design tokens and publicly visible CSS information from any websiteMCP ServersJul 20268.8k2.2k
  6. grab avatarcursor-talk-to-figma-mcpCursor Talk to Figma MCPMCP ServersJul 20265.7k6.9k