Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
run-scriptA

Run a read-only script in After Effects

get-resultsB

Get results from the last script executed in After Effects

get-helpA

Get help on using the After Effects MCP integration

create-compositionA

Create a new composition in After Effects with specified parameters

setLayerKeyframeB

Set a keyframe for a specific layer property at a given time.

setLayerExpressionB

Set or remove an expression for a specific layer property.

test-animationD

Test animation functionality in After Effects

apply-effectC

Apply an effect to a layer in After Effects

apply-effect-templateB

Apply a predefined effect template to a layer in After Effects

mcp_aftereffects_applyEffectC

Apply an effect to a layer in After Effects

mcp_aftereffects_applyEffectTemplateC

Apply a predefined effect template to a layer in After Effects

mcp_aftereffects_get_effects_helpB

Get help on using After Effects effects

run-bridge-testA

Run the bridge test effects script to verify communication and apply test effects

Prompts

Interactive templates invoked by user choice

NameDescription
list-compositionsList compositions in the current After Effects project
analyze-composition
create-compositionCreate a new composition with specified settings

Resources

Contextual data attached and managed by the client

NameDescription
compositions

TDQS

C2.4/5.0

Scored across 13 tools

Disambiguation1/5

There are clear duplicates: apply-effect and mcp_aftereffects_applyEffect do the same thing, as do apply-effect-template and mcp_aftereffects_applyEffectTemplate. Additionally, get-help and mcp_aftereffects_get_effects_help overlap. This makes it ambiguous which tool to select for a given task.

Naming Consistency1/5

Tool names mix snake_case (run-script, apply-effect-template), camelCase (setLayerKeyframe, setLayerExpression), and prefixed variants (mcp_aftereffects_applyEffect). There is no consistent pattern, which makes the API hard to predict.

Tool Count3/5

13 tools is within a reasonable range, but several are redundant or aliases, inflating the count. A leaner set of unique tools would be more appropriate for the server's scope.

Completeness2/5

The set lacks essential operations for After Effects, such as creating layers, adding footage, rendering, or managing projects. While it covers composition creation, keyframes, expressions, and effects, major workflow steps are missing, limiting real-world use.

Maintenance

ActivityMaintained
ResponsivenessNo issues