tdmcp — TouchDesigner MCP server
Rank #3,002io.github.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 #3,002 of 76,851 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. tdmcp — TouchDesigner MCP server is listed across 3 registries — Official MCP, PulseMCP 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 73,849 of 76,851 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 1 registry (2 delisted)
pantani
Other servers by pantani
View all pantani servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | May 27, 2026 |
Frequently asked questions
- Who maintains tdmcp — TouchDesigner MCP server?
- tdmcp — TouchDesigner MCP server is maintained by pantani, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is tdmcp — TouchDesigner MCP server listed on the Official MCP Registry?
- Yes — tdmcp — TouchDesigner MCP server is listed on the Official MCP Registry, alongside PulseMCP and 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.