Skip to main content
Glama

Premiere Pro MCP Server

by jordanl61

export_project

Export the current Premiere Pro project or sequence to a specified output path, using a custom preset and optional audio inclusion, for efficient workflow automation.

Instructions

Export the current project or sequence

Input Schema

NameRequiredDescriptionDefault
include_audioNoInclude audio in export (default: true)
output_pathYesOutput file path
preset_nameNoExport preset name (default: H.264 High Quality)

Input Schema (JSON Schema)

{ "properties": { "include_audio": { "description": "Include audio in export (default: true)", "type": "boolean" }, "output_path": { "description": "Output file path", "type": "string" }, "preset_name": { "description": "Export preset name (default: H.264 High Quality)", "type": "string" } }, "required": [ "output_path" ], "type": "object" }
Install Server

Other Tools from Premiere Pro MCP Server

Related Tools

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/jordanl61/premiere-pro-mcp-server'

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