Skip to main content
Glama

After Effects Motion Control Panel

start_mcp_fix.bat1.47 kB
@echo off echo =================================== echo After Effects MCP Fix Launcher echo =================================== echo. echo This script will: echo 1. Fix permissions (if needed) echo 2. Start the MCP Fix server echo 3. Open the status monitor in your browser echo. echo Checking permissions... if not exist "C:\ae_temp" ( echo C:\ae_temp directory does not exist. echo Running fix_permissions.bat as administrator... powershell -Command "Start-Process 'fix_permissions.bat' -Verb RunAs" echo Waiting for permissions to be fixed... timeout /t 5 /nobreak > nul if not exist "C:\ae_temp" ( echo ERROR: C:\ae_temp directory still does not exist. echo Please run fix_permissions.bat manually as administrator. pause exit /b 1 ) ) echo Directory C:\ae_temp exists. Continuing... echo. echo Starting MCP Fix server... start "MCP Fix Server" cmd /c "python complete_mcp_fix.py" echo Waiting for server to start... timeout /t 3 /nobreak > nul echo Opening status monitor in browser... start "" "mcp_status.html" echo. echo =================================== echo All components started! echo. echo IMPORTANT: Don't forget to run the ae_command_fix.jsx script in After Effects. echo File > Scripts > Run Script File... > ae_command_fix.jsx echo =================================== echo. echo Press any key to exit this launcher (all components will continue running)... pause > nul

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PankajBagariya/After-Efffect-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server