mograph mcp for Zed
io.github.victhor-wpp/mograph-mcp
Drive Adobe Illustrator and After Effects, and move artwork between them as editable shape layers.
client:Zed
transport:stdio
runtime:pypi
Install mograph mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs