Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

Embody — TouchDesigner MCP Server for Node Networks

Embody is a TouchDesigner toolkit with an embedded MCP server (Envoy) so agents can build, wire, and debug live node networks from chat.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 5976b1f6-3fd7-5d70-9302-8fb56f2d8fff --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

Embody is a TouchDesigner toolkit with an embedded MCP server (Envoy) so agents can build, wire, and debug live node networks from chat.

Best for: Creative coders who want agents to control a live TouchDesigner session

Works with: TouchDesigner project (.toe), Embody TOX, MCP hosts (Claude Code/Cursor/Windsurf)

Setup time: 6-15 minutes

Key facts (verified)

  • GitHub: 101 stars · 1 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: echo 'Download Embody TOX from https://github.com/dylanroscover/Embody/tree/main/release'.

Main

  • Start with externalization: tag only the operators you care about so diffs stay clean and project open stays fast.

  • Enable Envoy when you’re ready for agent control; it exposes MCP tools for creating operators, wiring networks, setting parameters, and debugging errors.

  • Keep the MCP connection scoped to a repo/project root: Envoy can auto-generate .mcp.json when your project is in a git repo.

Source-backed notes

  • README Quick Start instructs downloading a release TOX and tagging operators via a keyboard shortcut to externalize.
  • README states Envoy runs on localhost (default 9870) and can auto-create .mcp.json in the repo root.
  • README includes an Envoy tools overview and links to a full tools reference in docs.

FAQ

  • Is it an npm/pip package?: No — README describes a TouchDesigner workflow using a .tox component.
  • Do I need git?: No — git is optional, but README notes .mcp.json auto-generation assumes a repo root.
  • Is the MCP server remote?: By default it’s local (localhost); treat it like local dev tooling and avoid exposing it publicly.
🙏

Fuente y agradecimientos

Source: https://github.com/dylanroscover/Embody > License: MIT > GitHub stars: 101 · forks: 1

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados