MCP.so
ログイン
サーバー

🎬 After Effects MCP Server

@Dakkshin

MCP Server for Adobe After Effects. Enables remote control (compositions, text, shapes, solids, properties) via the Model Context Protocol using ExtendScript.

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "AfterEffectsMCP": {
      "command": "node",
      "args": [
        "PATH/TO/after-effects-mcp/build/index.js"
      ]
    }
  }
}

「その他」の他のコンテンツ