Connect ChatGPT to After Effects
Yes. There is an MCP server for After Effects, and ChatGPT can drive it. What connects is the app, not the model: GPT has no way to reach anything on its own, so it is ChatGPT desktop, ChatGPT on the web, or Codex that holds the connection and calls Prism's tools. About five minutes, once.
| OpenAI surface | Connects | Where you add it |
|---|---|---|
| ChatGPT desktop | Yes | Settings ▸ apps and connectors |
| ChatGPT web | Yes | Same account, same server list |
| Codex | Yes | Its own MCP config |
| GPT via the API | No | You would be building your own client |

Connect ChatGPT to After Effects
Choose Streamable HTTP, not STDIO
STDIO launches a server from your own disk. Prism is reached over the network, so STDIO has nothing to launch and the connection fails looking like Prism is down. This is the most common setup mistake.
https://live.oneprism.io/after-effects — the same for everyone, and it holds no secret.In the desktop app, open Settings and find the apps and connectors section. The add button is at the top right.

Prism is a server you reach at an address, not a program on your disk.

Saving is not the last step. Authenticate is what links your AI client and the panel to the same account.

Prove it works
- "Tell me about my current composition." proves the read path
- "Stagger these layers by two frames and ease them out." proves the write path
- "Transcribe this audio layer into subtitles." proves Prism AI
More in your first prompts.
Codex, from the config file
Codex reads MCP servers from its own TOML rather than the ChatGPT settings window. Same address, same account.
# ~/.codex/config.toml
[mcp_servers.prism]
url = "https://live.oneprism.io/after-effects"Then run the OAuth flow from your shell:
codex mcp login prismProject-scoped config needs trust
A .codex/config.toml inside a project is ignored unless that project is trusted, so the server silently never loads. Set trust_level = "trusted", or put the entry in ~/.codex/config.toml instead.
If it does not work
| What you see | What it usually means |
|---|---|
| The server saves but never connects | STDIO was chosen instead of Streamable HTTP. Edit the server and change the type |
| Authenticate opens the browser and nothing happens | You are signed out there, or signed in to a different Prism account |
| ChatGPT cannot reach Prism | The panel is closed. It has to be open in After Effects |
| It connects but sees no composition | No comp is active. Open one |
More in troubleshooting.
Common questions
Related
Overview
One address connects any MCP client to your live After Effects project. Pick your client for exact steps, or ask the agent to configure itself.
Claude
Connect Claude to your live After Effects project with the Prism MCP server. Add one custom connector, approve it in your browser, and get real keyframes back.