mcpbeat Sign in

TouchDesigner Atlas MCP Server

by grigabyte Your server? Claim it
local only

TouchDesigner Atlas runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

An atomised index of TouchDesigner plus a live bridge, exposed to AI agents over MCP.

Installs / week
not published
0
Stars
0 open issues
16 Sep 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call td_exec.code → src/td_atlas/component/handler.py:2314
            result = eval(compiled, scope)
Capabilities

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.

    def exec(self, code: str, timeout: float | None = None) -> dict:
            subprocess.run(clipboard, input=line.encode(), check=True)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to TouchDesigner Atlas

same job, measured the same way
pond
by tenequm

Lossless archive and search for AI agent sessions across clients, exposed to agents over MCP.

local only
Fxabsolute
by varsansri

Five years of 1-minute forex, index and crypto candles, plus a live bridge to a trader's chart.

32 installs/wk local only
Wellknown
by wellknown

Live index of AI agents, MCP servers and tools with observed liveness and capability search.

36 installs/wk 9 tools answering
Touchdesigner MCP Server
by 8beeeaaat

MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents

1 646 installs/wk local only
I
Prophetkey MCP
by lbz558

ProphetKey MCP bridge - encrypted local-first API key vault for AI agents, keys never exposed

68 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

72 installs/wk local only
Mcacp
by oortonaut

MCP-to-ACP bridge — let any MCP client drive ACP coding agents

102 installs/wk local only
SkillRepo
by skillrepo

Governed AI agent skills — one library, distributed to devs and exposed to remote agents over MCP.

answering

TouchDesigner Atlas — questions

Answers built from our own checks of this server.

Why is there no uptime for TouchDesigner Atlas?
TouchDesigner Atlas runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is TouchDesigner Atlas open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.