Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/dreamrec/tdpilot/touchdesignergit clone --depth 1 https://github.com/dreamrec/TDPilotGrade A, and why
touchdesigner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"touchdesigner": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}",
"tdpilot"
],
"env": {
"TD_MCP_HOST": "127.0.0.1",
"TD_MCP_PORT": "9981",
"TD_MCP_WS_PORT": "9982",
"TD_MCP_EXEC_MODE": "restricted",
"TD_MCP_REQUIRE_AUTH": "1",
"TD_MCP_AUTOGENERATE_SECRET": "1"
}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 19 lines scan A 5c2dca7ab342
touchdesigner is an MCP server published in the GitHub repository dreamrec/TDPilot (11 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
tdmcp
Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex. Runs locally from the @dpantani/tdmcp npm package.
touchdesigner-mcp
MCP server "touchdesigner-mcp" as configured in rickengineroom/touchdesigner-mcp. Runs locally from the touchdesigner-mcp npm package.
nakkas
MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything. Runs locally from the nakkas npm package.
sssnack
Agent-native CLI and skill for discovering and publishing visual work on sssnack.com. Runs locally from the sssnack npm package.
touchdesigner
MCP server "touchdesigner", hosted remotely at localhost, as configured in sygnalinc/Apple-Frameworks-for-TouchDesigner.
scratch-mcp
Model Context Protocol server for editing Scratch .sb3 projects via scratch4js. Runs locally from the scratch-mcp npm package.