A

Adobe After Effects

Automate After Effects compositions.

·No reviews yet
Repo
Share:

About

Auto-generated

Adobe After Effects is a Model Context Protocol server in the Design category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Adobe After Effects.

What is the purpose of the Adobe After Effects MCP?
This MCP automates tasks within Adobe After Effects compositions. It allows external applications to interact with and control After Effects, facilitating automated workflows for motion graphics and video production.
How can I install the Adobe After Effects MCP in Cline?
Installation in Cline typically involves adding the MCP's repository to your Cline configuration. Refer to the Cline documentation for specifics on adding a new MCP from a GitHub repository to your client setup.
Does the Adobe After Effects MCP require authentication?
No, this MCP does not require an API key, OAuth, or any other credentials for its operation. It functions without explicit authentication mechanisms.
What are the primary capabilities of this MCP?
The MCP provides capabilities to automate various aspects of After Effects compositions. It enables external control over project files, layers, effects, and rendering processes.
Is there a cost associated with using the Adobe After Effects MCP?
The MCP itself is open-source and provided by the community on GitHub. The cost associated with its use depends on your Adobe After Effects licensing.
What is a key prerequisite for using this MCP?
A prerequisite for using this MCP is an active installation of Adobe After Effects on the system where the MCP transport is running. The MCP interacts directly with the After Effects application.

Install Adobe After Effects

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "adobe-aftereffects": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adobe-aftereffects"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "adobe-aftereffects": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adobe-aftereffects"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "adobe-aftereffects": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-adobe-aftereffects"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.