tdmcp — TouchDesigner MCP server runs on your own machine — the client starts it, so there is no endpoint to ping. 141 installs a week from npm. Last commit 12 Aug 2026.
Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex.
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
`tdmcp.mcpb`. Update `scripts/build-mcpb.mjs` (output filename + log lines), the
return spawnSync(probe, [command], { stdio: "ignore" }).status === 0;
copyFileSync(artifactPath, path.join(qdir, copiedBasename));
exec(script, namespace) # noqa: S102 - intentional, runs inside TD
const url = new URL(`https://api.telegram.org/bot${token}/${method}`);
import { existsSync, mkdirSync, readdirSync, readFileSync, writeFileSync } from "node:fs";
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add tdmcp -- npx -y @dpantani/tdmcp
{
"mcpServers": {
"tdmcp": {
"args": [
"-y",
"@dpantani/tdmcp"
],
"command": "npx"
}
}
}
[mcp_servers.tdmcp]
command = "npx"
args = ["-y", "@dpantani/tdmcp"]
{
"mcpServers": {
"tdmcp": {
"args": [
"-y",
"@dpantani/tdmcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"tdmcp": {
"args": [
"-y",
"@dpantani/tdmcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TDMCP_TOOL_PROFILE (Tool exposure profile. Glama and MCP directory scanners use directory for a compact build/inspect surface; choose full for the complete installed runtime or safe to hide destructive/raw-code tools.), TDMCP_RAW_PYTHON (Keep client-authored Python escape-hatch tools hidden by default in registry scans; choose on only for a trusted local runtime.).
The author declared them in the registry entry; get the values from the project itself.
Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.
Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.
Design tokens + a build prompt from any URL, right inside Claude Code, Cursor, and Codex.
Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code
Build and supervise fleets of agents from Claude Code, Codex or Cursor. Connects over OAuth.
Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.
Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.
Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex
Answers built from our own checks of this server.