Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

import_folder

Automatically import all media files from a specified folder into a Premiere Pro project, organizing them into a designated bin. Option to include subfolders for comprehensive file integration.

Instructions

Imports all media files from a folder into the current Premiere Pro project.

Input Schema

NameRequiredDescriptionDefault
binNameNoThe name of the bin to import the media into
folderPathYesThe absolute path to the folder containing media files
recursiveNoWhether to import from subfolders recursively

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "binName": { "description": "The name of the bin to import the media into", "type": "string" }, "folderPath": { "description": "The absolute path to the folder containing media files", "type": "string" }, "recursive": { "description": "Whether to import from subfolders recursively", "type": "boolean" } }, "required": [ "folderPath" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hetpatel-11/Adobe_Premiere_Pro_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server