tdmcp — TouchDesigner MCP server
Rank #4905glama/Pantani/tdmcp
tdmcp is an open-source (MIT) Model Context Protocol server for TouchDesigner. You describe a visual in plain language and your AI assistant builds the real node network inside TouchDesigner, checks it for errors, and shows a preview — it ships an embedded operator knowledge base so the model uses real operators instead of guessing. TypeScript codebase, runs locally.
tdmcp — TouchDesigner MCP server is a Model Context Protocol (MCP) server published by Pantani. It ranks #4905 of 58,900 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. tdmcp — TouchDesigner MCP server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on May 27, 2026 and most recently updated on May 27, 2026.
Ranks ahead of 53,995 of 58,900 servers on MCP Toplist.
Use tdmcp — TouchDesigner MCP server
Add tdmcp — TouchDesigner MCP server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
]
}
}
}Listed on 2 registries
Pantani
Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | May 27, 2026 |
Frequently asked questions
- What is tdmcp — TouchDesigner MCP server?
- tdmcp is an open-source (MIT) Model Context Protocol server for TouchDesigner. You describe a visual in plain language and your AI assistant builds the real node network inside TouchDesigner, checks it for errors, and shows a preview — it ships an embedded operator knowledge base so the model uses real operators instead of guessing. TypeScript codebase, runs locally.
- Who maintains tdmcp — TouchDesigner MCP server?
- tdmcp — TouchDesigner MCP server is maintained by Pantani, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is tdmcp — TouchDesigner MCP server an official MCP server?
- Yes — tdmcp — TouchDesigner MCP server is listed on the Official MCP Registry, alongside Glama.
- How many versions does tdmcp — TouchDesigner MCP server have?
- MCP Toplist tracks 1 version of tdmcp — TouchDesigner MCP server, most recently published on May 27, 2026.
- Where can I find the source code for tdmcp — TouchDesigner MCP server?
- The source code for tdmcp — TouchDesigner MCP server is hosted at github.com/Pantani/tdmcp.