Skip to content
Grok

mcp aftereffects for Grok

io.github.kumoproductions/mcp-aftereffects

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

client:Grok transport:stdio runtime:npm

Install mcp aftereffects in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp aftereffects in other clients