After Effects MCP for Claude Desktop
io.oneprism/after-effects
An MCP connector for Adobe After Effects. Real, editable layers and keyframes, not scripts.
client:Claude Desktop
transport:streamable-http
Install After Effects MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"after-effects": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://live.oneprism.io/after-effects"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs