tdmcp — TouchDesigner MCP server
Rank #3,185io.github.Pantani/tdmcp
Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex.
tdmcp — TouchDesigner MCP server is a Model Context Protocol (MCP) server published by pantani. It ranks #3,185 of 115,460 servers tracked on MCP Toplist, and its repository has 36 GitHub stars. tdmcp — TouchDesigner MCP server is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on May 27, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 112,275 of 115,460 servers on MCP Toplist.
Use tdmcp — TouchDesigner MCP server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tdmcp -e "TDMCP_TOOL_PROFILE=<your TDMCP_TOOL_PROFILE>" -e "TDMCP_RAW_PYTHON=<your TDMCP_RAW_PYTHON>" -- npx -y @dpantani/tdmcpReplace each placeholder with your own value before saving.
[mcp_servers.tdmcp]
command = "npx"
args = ["-y", "@dpantani/tdmcp"]
[mcp_servers.tdmcp.env]
TDMCP_TOOL_PROFILE = "<your TDMCP_TOOL_PROFILE>"
TDMCP_RAW_PYTHON = "<your TDMCP_RAW_PYTHON>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
],
"env": {
"TDMCP_TOOL_PROFILE": "<your TDMCP_TOOL_PROFILE>",
"TDMCP_RAW_PYTHON": "<your TDMCP_RAW_PYTHON>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
],
"env": {
"TDMCP_TOOL_PROFILE": "<your TDMCP_TOOL_PROFILE>",
"TDMCP_RAW_PYTHON": "<your TDMCP_RAW_PYTHON>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tdmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
],
"env": {
"TDMCP_TOOL_PROFILE": "<your TDMCP_TOOL_PROFILE>",
"TDMCP_RAW_PYTHON": "<your TDMCP_RAW_PYTHON>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
],
"env": {
"TDMCP_TOOL_PROFILE": "<your TDMCP_TOOL_PROFILE>",
"TDMCP_RAW_PYTHON": "<your TDMCP_RAW_PYTHON>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tdmcp": {
"command": "npx",
"args": [
"-y",
"@dpantani/tdmcp"
],
"env": {
"TDMCP_TOOL_PROFILE": "<your TDMCP_TOOL_PROFILE>",
"TDMCP_RAW_PYTHON": "<your TDMCP_RAW_PYTHON>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Pantani%2Ftdmcp)<a href="https://mcptoplist.com/server/io.github.Pantani%2Ftdmcp"><img src="https://mcptoplist.com/badge/io.github.Pantani%2Ftdmcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
pantani
Other servers by pantani
View all pantani servers →Available versions (3)
| Version | Published |
|---|---|
| 0.13.2 | Aug 12, 2026 |
| 0.10.0 | Jun 23, 2026 |
| 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 (4 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, Glama and mcp.so.
- How many versions does tdmcp — TouchDesigner MCP server have?
- MCP Toplist tracks 3 versions of tdmcp — TouchDesigner MCP server, most recently published on Aug 12, 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.