mcp aftereffects for Cursor
io.github.kumoproductions/mcp-aftereffects
MCP server for Adobe After Effects — comp/layer introspection, undo-grouped ops, frame rendering.
client:Cursor
transport:stdio
runtime:npm
Install mcp aftereffects in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-aftereffects": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kumoproductions/mcp-aftereffects"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs