A stdio connector for the local ae-mcp After Effects panel; install the AE extension separately.
claude mcp add ae-mcp -- npx -y ae-mcp-jkdg
claude_desktop_config.json
{
"mcpServers": {
"ae-mcp": {
"command": "npx",
"args": [
"-y",
"ae-mcp-jkdg"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ae-mcp": {
"command": "npx",
"args": [
"-y",
"ae-mcp-jkdg"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ae-mcp": {
"command": "npx",
"args": [
"-y",
"ae-mcp-jkdg"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ae-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ae-mcp-jkdg"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ae-mcp": {
"command": "npx",
"args": [
"-y",
"ae-mcp-jkdg"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.JUNKDOGE-JOE--ae-mcp/reviews or the review_server meta-tool.
POST /mcp