MCP Catalogs
Home

mcp-server-chart vs after-effects-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
after-effects-mcp
by Dakkshin
Stars★ 4,068★ 358
30d uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
MediaDeveloper ToolsProductivity
LanguageTypeScriptJavaScript
Last committhis month2 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

after-effects-mcp · Summary

Adobe After Effects MCP server enabling AI control of compositions, layers, animations via ExtendScript.

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

after-effects-mcp · Use cases

  • Automating After Effects project creation and setup for video editors
  • Enabling AI assistants to generate motion graphics and visual effects
  • Creating automated workflows for repetitive After Effects tasks

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

after-effects-mcp · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dakkshin/after-effects-mcp.git
cd after-effects-mcp
  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Install the After Effects panel:
npm run install-bridge
  1. Configure Claude Desktop:
{
  "mcpServers": {
    "AfterEffectsMCP": {
      "command": "node",
      "args": ["PATH/TO/after-effects-mcp/build/index.js"]
    }
  }
}
  1. Start the server:
npm start
  1. Open After Effects and load the mcp-bridge-auto.jsx panel (Window > mcp-bridge-auto.jsx)
Comparison generated from public README + GitHub signals. Last updated automatically.