{
  "markdown": "# Adobe Premiere MCP\n\nAn MCP server for [Adobe Premiere Pro](https://www.adobe.com/products/premiere.html), the industry-standard video editing software.\n\n## What it does\n\nControl Adobe Premiere Pro from AI agents via ExtendScript. Import media, create sequences, apply effects, export media, and run custom scripts.\n\n## Tools\n\n- `is_premiere_running` - Check if Premiere Pro is running\n- `get_project_info` - Get current project info (name, path, sequence count)\n- `list_sequences` - List all sequences in the project\n- `list_clips` - List clips in the first sequence\n- `create_sequence` - Create a new sequence with custom dimensions and frame rate\n- `import_media` - Import a media file into the project\n- `get_media_info` - Get metadata about a media file\n- `get_sequence_info` - Get active sequence details\n- `apply_effect` - Apply an effect to the first clip\n- `export_media` - Export the sequence to a file (H.264, ProRes, HEVC)\n- `run_custom_script` - Run arbitrary ExtendScript (JavaScript) code\n\n## Install\n\n```bash\nnpx adobe-premiere-mcp\n```\n\n## Requirements\n\n- Adobe Premiere Pro must be installed\n- On macOS: `PREMIERE_PATH` env var to the app bundle (default: standard location)\n- On Windows: Premiere must be installed and accessible\n\n## Environment Variables\n\n- `PREMIERE_PATH` - Optional custom path to Adobe Premiere Pro app\n\n## Claude Desktop setup\n\n```json\n{\n  \"mcpServers\": {\n    \"premiere\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"adobe-premiere-mcp\"]\n    }\n  }\n}\n```\n\n## Example usage\n\n\"Is Adobe Premiere running?\"\n\"Create a 1920x1080 30fps sequence called 'YouTube Video'\"\n\"Import /Users/me/videos/clip.mp4 into the current project\"\n\"Apply GaussianBlur effect with radius 5.0\"\n\"Export the current sequence as H.264 to /Users/me/output.mp4\"\n\n## License\n\nMIT\n",
  "bytes": 1789,
  "sha": "fb45ba21e9741b61df6d028329e6371a58c113e9a6235d6ee7b1b9e099751a75",
  "repo_slug": "mrfentmen/adobe-premiere-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mrfentmen_adobe_premiere_mcp_d00e4beb/readme"
}