MCP Catalogs
首页

after-effects-mcp vs time

并排对比,帮你在这两个 MCP server 之间做选择。

after-effects-mcp
by Dakkshin
time
by modelcontextprotocol
Stars★ 358★ 85,748
30天用量
综合分5077
官方
分类
多媒体开发者工具效率工具
效率工具开发者工具沟通协作
实现语言JavaScriptTypeScript
最近提交2 个月前本月

after-effects-mcp · 概述

Adobe After Effects MCP 服务器,通过 ExtendScript 实现 AI 对合成、图层和动画的控制。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

after-effects-mcp · 使用场景

  • 为视频编辑师自动化 After Effects 项目创建和设置
  • 使 AI 助手能够生成动态图形和视觉效果
  • 为重复性的 After Effects 任务创建自动化工作流程

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

after-effects-mcp · 安装

安装步骤

  1. 克隆仓库:
git clone https://github.com/Dakkshin/after-effects-mcp.git
cd after-effects-mcp
  1. 安装依赖:
npm install
  1. 构建项目:
npm run build
  1. 安装 After Effects 面板:
npm run install-bridge
  1. 配置 Claude Desktop:
{
  "mcpServers": {
    "AfterEffectsMCP": {
      "command": "node",
      "args": ["PATH/TO/after-effects-mcp/build/index.js"]
    }
  }
}
  1. 启动服务器:
npm start
  1. 打开 After Effects 并加载 mcp-bridge-auto.jsx 面板(窗口 > mcp-bridge-auto.jsx)

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。