TouchDesigner MCP
Enables control of a running TouchDesigner instance via MCP protocol, providing tools to manage operators, parameters, and project state through a local HTTP bridge.
README
TouchDesigner MCP
通过标准 MCP Server 控制正在运行的 TouchDesigner。TD 端使用可拖入的 .tox 组件提供本地 HTTP 桥接,MCP Server 通过 stdio 对外暴露工具。
内容
outputs/TD_MCP_Bridge.tox:TouchDesigner 组件,拖入 TD 即可使用。src/:标准 MCP Server 源码。touchdesigner/install_td_mcp.py:开发/重建.tox用的 TD 安装脚本。
使用 TouchDesigner 组件
- 打开目标
.toe。 - 将
outputs/TD_MCP_Bridge.tox拖入 TouchDesigner 网络编辑区。 - 选中
TD_MCP_Bridge组件。 - 在
MCP参数页设置:端口:默认9980访问令牌:请自行设置,不要公开服务开关:打开后启动 Web Server DAT
- 连接地址通常是:
http://127.0.0.1:9980/api
安装 Node.js 依赖
要求 Node.js 20 或更高版本:
npm install
npm run build
MCP Client 配置示例
把 <项目目录> 替换为你本机 clone 后的目录,把 <访问令牌> 替换为 TD 组件 MCP 参数页里的访问令牌。
{
"mcpServers": {
"touchdesigner": {
"command": "node",
"args": [
"<项目目录>/dist/index.js"
],
"env": {
"TD_MCP_URL": "http://127.0.0.1:9980/api",
"TD_MCP_TOKEN": "<访问令牌>",
"TD_MCP_TIMEOUT_MS": "10000"
}
}
}
}
可用能力
td_pingtd_project_infotd_list_operatorstd_operator_infotd_get_parameterstd_set_parametertd_pulse_parametertd_create_operatortd_connect_operatorstd_disconnect_inputtd_set_node_positiontd_get_dat_texttd_set_dat_texttd_destroy_operatortd_save_projecttd_execute_python
安全说明
- 不要提交
.env或真实访问令牌。 - 默认只建议绑定本机
127.0.0.1使用,不要把端口暴露到公网。 td_execute_python默认关闭;确有需要时,在 TD 组件的 MCP 参数页手动开启允许任意 Python。td_destroy_operator需要显式传入confirm=true,并且桥接组件与工程根节点受保护。
验证
npm test
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.