Skip to content
Cursor

mograph mcp for Cursor

io.github.victhor-wpp/mograph-mcp

Drive Adobe Illustrator and After Effects, and move artwork between them as editable shape layers.

client:Cursor transport:stdio runtime:pypi

Install mograph mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mograph mcp in other clients