Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

import_media

Add video, audio, or image files directly into your Premiere Pro project by specifying the file path and optional bin name for organization.

Instructions

Imports a media file (video, audio, image) into the current Premiere Pro project.

Input Schema

NameRequiredDescriptionDefault
binNameNoThe name of the bin to import the media into. If not provided, it will be imported into the root.
filePathYesThe absolute path to the media file to import

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. If not provided, it will be imported into the root.", "type": "string" }, "filePath": { "description": "The absolute path to the media file to import", "type": "string" } }, "required": [ "filePath" ], "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