Skip to content
Prism

Connect Claude Code to After Effects

Claude Code takes MCP servers from its own config, not from the Connectors list in the Claude app. One command adds Prism; one sign-in links it to your account. The address is the same one every client uses.

Install the Prism panel
Done in step 1 and step 2.
Sign in from the panel
Done in step 3.
3
Add the server
claude mcp add --transport http prism https://live.oneprism.io/after-effects
ScopeWhere it applies
defaultThis project only
--scope projectShared with everyone who checks the repo out
--scope userEvery project on this machine
4
Sign in
Inside a session, type /mcp and pick Prism; or from the shell, claude mcp login prism. Your browser opens once. claude mcp logout prism clears it again.
5
Open a composition and confirm the loop
Prism acts on whatever composition is open. Ask: "Tell me about my current composition." When Claude Code reads it back, you are connected.

If the client was already open, quit it and open it again

Save the address, then run the client's sign-in step. If your AI client was open before the address existed and does not show Prism, quit it and open it again: most clients load their connections at launch. Then open a composition and ask for it by name.

Writing JSON by hand? A url without a type is read as stdio

In .mcp.json or ~/.claude.json, an entry that has a url but no type is treated as a stdio server and skipped. Add "type": "http" (streamable-http is accepted as an alias).

Common questions