ae mcp for Zed
io.github.junkdoge-joe/ae-mcp
A stdio connector for the local ae-mcp After Effects panel; install the AE extension separately.
client:Zed
transport:stdio
runtime:npm
Install ae mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ae-mcp": {
"command": "npx",
"args": [
"-y",
"ae-mcp-jkdg"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs