mograph mcp for Grok
io.github.victhor-wpp/mograph-mcp
Drive Adobe Illustrator and After Effects, and move artwork between them as editable shape layers.
client:Grok
transport:stdio
runtime:pypi
Install mograph mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mograph-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mograph-mcp"
],
"env": {
"MOGRAPH_TOOLS": "<MOGRAPH_TOOLS>",
"MOGRAPH_WS_PORT": "<MOGRAPH_WS_PORT>",
"MOGRAPH_ALLOW_RAW_SCRIPT": "<MOGRAPH_ALLOW_RAW_SCRIPT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs