ae mcp for Cursor
io.github.junkdoge-joe/ae-mcp
A stdio connector for the local ae-mcp After Effects panel; install the AE extension separately.
client:Cursor
transport:stdio
runtime:npm
Install ae mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ae-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ae-mcp-jkdg"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs