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 uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MediaDeveloper ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 2 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-chartFor 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
- Clone the repository:
git clone https://github.com/Dakkshin/after-effects-mcp.git
cd after-effects-mcp- Install dependencies:
npm install- Build the project:
npm run build- Install the After Effects panel:
npm run install-bridge- Configure Claude Desktop:
{
"mcpServers": {
"AfterEffectsMCP": {
"command": "node",
"args": ["PATH/TO/after-effects-mcp/build/index.js"]
}
}
}- Start the server:
npm start- Open After Effects and load the mcp-bridge-auto.jsx panel (Window > mcp-bridge-auto.jsx)