after-effects-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
after-effects-mcp by Dakkshin | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 358 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | MediaDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 2 mo ago | this month |
after-effects-mcp · Summary
Adobe After Effects MCP server enabling AI control of compositions, layers, animations via ExtendScript.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
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
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
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)
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}