mcpbeat Sign in

Mograph MCP Server

by victhor-wpp Your server? Claim it
local only

Mograph MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 566 installs a week from pypi.

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

Installs per day peak 1 102 · avg 161 · -17% w/w
a month agotoday
566
Installs / week
pypi · mograph-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Mograph MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mograph-mcp -- uvx mograph-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mograph-mcp": {
      "args": [
        "mograph-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mograph-mcp]
command = "uvx"
args = ["mograph-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mograph-mcp": {
      "args": [
        "mograph-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mograph-mcp": {
      "args": [
        "mograph-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mograph MCP

same job, measured the same way
Adobe MCP
by ajsmonty

Drive Adobe CC (AE, Photoshop, Illustrator, Premiere, Character Animator) from any MCP client

122 installs/wk local only
Withvibe Roadmap
by withvibe

Per-env roadmap board for WithVibe — an MCP server the orchestrator drives to plan and track work.

local only
SimMirror
by andrewkochulab

Mirror and drive the iOS Simulator: token-efficient UI snapshots, gestures and a live viewer.

local only
Layven
by layven

Shared drive for your agents and teammates.

answering
Cytoscape Desktop MCP
by cytoscape

Drive a running Cytoscape Desktop to load, lay out, and style biological networks.

31 installs/wk local only
Autotrade — Autonomous Trading Agents
by bitcoinsllm

Deploy autonomous LLM trading agents and drive them over MCP.

6 tools answering
Edititall MCP
by subcue

Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides.

39 installs/wk local only
adb-mcp: Android emulator and device control over adb
by iksnerd

Drive an Android emulator or device over adb: screenshot, inspect UI, tap, type, build and test.

local only

Mograph MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mograph MCP?
Mograph MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mograph-mcp was installed 566 times last week.
How do I connect Mograph MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mograph-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Mograph MCP?
The pypi package mograph-mcp was installed 566 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.