mcp-aftereffects
Rank #2,746io.github.kumoproductions/mcp-aftereffects
MCP server for Adobe After Effects — comp/layer introspection, undo-grouped ops, frame rendering.
mcp-aftereffects is a Model Context Protocol (MCP) server published by kumoproductions. It ranks #2,746 of 115,591 servers tracked on MCP Toplist, and its repository has 50 GitHub stars. mcp-aftereffects is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 8, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 112,845 of 115,591 servers on MCP Toplist.
Use mcp-aftereffects
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-aftereffects -- npx -y @kumoproductions/mcp-aftereffects[mcp_servers.mcp-aftereffects]
command = "npx"
args = ["-y", "@kumoproductions/mcp-aftereffects"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-aftereffects": {
"command": "npx",
"args": [
"-y",
"@kumoproductions/mcp-aftereffects"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-aftereffects": {
"command": "npx",
"args": [
"-y",
"@kumoproductions/mcp-aftereffects"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-aftereffects": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kumoproductions/mcp-aftereffects"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-aftereffects": {
"command": "npx",
"args": [
"-y",
"@kumoproductions/mcp-aftereffects"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-aftereffects": {
"command": "npx",
"args": [
"-y",
"@kumoproductions/mcp-aftereffects"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kumoproductions%2Fmcp-aftereffects)<a href="https://mcptoplist.com/server/io.github.kumoproductions%2Fmcp-aftereffects"><img src="https://mcptoplist.com/badge/io.github.kumoproductions%2Fmcp-aftereffects.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kumoproductions
Other servers by kumoproductions
View all kumoproductions servers →Available versions (3)
| Version | Published |
|---|---|
| 0.2.0 | Aug 12, 2026 |
| 0.1.3 | Aug 11, 2026 |
| 0.1.1 | Aug 10, 2026 |
Frequently asked questions
- Who maintains mcp-aftereffects?
- mcp-aftereffects is maintained by kumoproductions, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is mcp-aftereffects listed on the Official MCP Registry?
- Yes — mcp-aftereffects is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-aftereffects have?
- MCP Toplist tracks 3 versions of mcp-aftereffects, most recently published on Aug 12, 2026.
- Where can I find the source code for mcp-aftereffects?
- The source code for mcp-aftereffects is hosted at github.com/kumoproductions/mcp-aftereffects.