td-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| td_statusA | TD + bridge status. Call first to verify the connection. |
| td_buildA | Build a whole network in ONE call. ops: [{type:'circleTOP', name, params:{p:v or {expr:..}}, x, y}]. wires: [[from,to] or [from,to,to_in]] using op names or paths. Returns actual paths (TD may auto-rename). |
| td_createC | Create one operator; optional params applied atomically. |
| td_setA | Set parameters. Value forms: 5, 'str', {'expr':'absTime.seconds'}, 'PULSE'. Unknown names return close-matches. |
| td_connectC | Wire from_path output -> to_path input. |
| td_getA | Inspect an op: type, errors, NON-DEFAULT params only, wiring, res/chans. |
| td_listB | List child ops (family: TOP/CHOP/DAT/SOP/COMP). |
| td_deleteC | Delete an operator. |
| td_find_channelsA | Find CHOP channels by glob across the project (e.g. 'pinch'). Returns chop paths + matching channel names. |
| td_read_chopC | Current channel values of a CHOP (glob filter). |
| td_ensure_cookA | Install a per-frame force-cook on a node (fixes GLSL/feedback freeze). |
| td_screenshotA | Save a TOP's image to PNG (default under td-mcp/shots) so the client can view it. |
| td_saveB | Save the .toe project (optionally to a new path). |
| td_load_toxB | Load a .tox component into the project. |
| td_errorsC | All erroring ops under a path. |
| td_execA | Escape hatch: run Python inside TD (op, project, ParMode, absTime in scope). Returns stdout. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vedant1317/touchDesigner-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server