PluginBench
MCP Server

io.github.VicThor-wpp/mograph-mcp MCP Server

io.github.VicThor-wpp/mograph-mcp

What is the io.github.VicThor-wpp/mograph-mcp MCP server?

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

How to install io.github.VicThor-wpp/mograph-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MOGRAPH_TOOLS

    Which tool families to expose: ai, ae, symbiosis, dev, or all. A session that only touches one application pays roughly half the tools/list.

  • MOGRAPH_WS_PORT

    Port of the local WebSocket bridge the After Effects CEP panel connects to. Must match the port the panel was installed with.

  • MOGRAPH_ALLOW_RAW_SCRIPT

    Set to 0 to remove ai_run_script and ae_run_script, which evaluate arbitrary ExtendScript inside the applications.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mograph-mcp": {
      "command": "uvx",
      "args": [
        "mograph-mcp"
      ],
      "env": {
        "MOGRAPH_TOOLS": "<YOUR_MOGRAPH_TOOLS>",
        "MOGRAPH_WS_PORT": "<YOUR_MOGRAPH_WS_PORT>",
        "MOGRAPH_ALLOW_RAW_SCRIPT": "<YOUR_MOGRAPH_ALLOW_RAW_SCRIPT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mograph-mcp": {
      "command": "uvx",
      "args": [
        "mograph-mcp"
      ],
      "env": {
        "MOGRAPH_TOOLS": "<YOUR_MOGRAPH_TOOLS>",
        "MOGRAPH_WS_PORT": "<YOUR_MOGRAPH_WS_PORT>",
        "MOGRAPH_ALLOW_RAW_SCRIPT": "<YOUR_MOGRAPH_ALLOW_RAW_SCRIPT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mograph-mcp": {
      "command": "uvx",
      "args": [
        "mograph-mcp"
      ],
      "env": {
        "MOGRAPH_TOOLS": "<YOUR_MOGRAPH_TOOLS>",
        "MOGRAPH_WS_PORT": "<YOUR_MOGRAPH_WS_PORT>",
        "MOGRAPH_ALLOW_RAW_SCRIPT": "<YOUR_MOGRAPH_ALLOW_RAW_SCRIPT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mograph-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mograph-mcp"
      ],
      "env": {
        "MOGRAPH_TOOLS": "<YOUR_MOGRAPH_TOOLS>",
        "MOGRAPH_WS_PORT": "<YOUR_MOGRAPH_WS_PORT>",
        "MOGRAPH_ALLOW_RAW_SCRIPT": "<YOUR_MOGRAPH_ALLOW_RAW_SCRIPT>"
      }
    }
  }
}
Claude Code
claude mcp add mograph-mcp --env MOGRAPH_TOOLS=<YOUR_MOGRAPH_TOOLS> --env MOGRAPH_WS_PORT=<YOUR_MOGRAPH_WS_PORT> --env MOGRAPH_ALLOW_RAW_SCRIPT=<YOUR_MOGRAPH_ALLOW_RAW_SCRIPT> -- uvx mograph-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →