mograph mcp for Gemini CLI
io.github.victhor-wpp/mograph-mcp
Drive Adobe Illustrator and After Effects, and move artwork between them as editable shape layers.
client:Gemini CLI
transport:stdio
runtime:pypi
Install mograph mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mograph-mcp": {
"command": "uvx",
"args": [
"mograph-mcp"
],
"env": {
"MOGRAPH_TOOLS": "<MOGRAPH_TOOLS>",
"MOGRAPH_WS_PORT": "<MOGRAPH_WS_PORT>",
"MOGRAPH_ALLOW_RAW_SCRIPT": "<MOGRAPH_ALLOW_RAW_SCRIPT>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs