Skip to content
VS Code

mcp aftereffects for VS Code

io.github.kumoproductions/mcp-aftereffects

MCP server for Adobe After Effects — comp/layer introspection, undo-grouped ops, frame rendering.

client:VS Code transport:stdio runtime:npm

Install mcp aftereffects in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-aftereffects": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kumoproductions/mcp-aftereffects"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp aftereffects in other clients