Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

create_project

Initiate a new Adobe Premiere Pro project by specifying a name and save location. Ideal for starting fresh video editing tasks directly through the MCP server.

Instructions

Creates a new Adobe Premiere Pro project. Use this when the user wants to start a new video editing project from scratch.

Input Schema

NameRequiredDescriptionDefault
locationYesThe absolute directory path where the project file should be saved, e.g., "/Users/user/Documents/Videos"
nameYesThe name for the new project, e.g., "My Summer Vacation"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "location": { "description": "The absolute directory path where the project file should be saved, e.g., \"/Users/user/Documents/Videos\"", "type": "string" }, "name": { "description": "The name for the new project, e.g., \"My Summer Vacation\"", "type": "string" } }, "required": [ "name", "location" ], "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