Skip to main content
Glama

Premiere Pro MCP Server

by jordanl61

create_sequence

Generate a new sequence in Premiere Pro with customizable name, width, height, and frame rate using the MCP server. Ideal for automating video editing workflows and project setups.

Instructions

Create a new sequence in Premiere Pro

Input Schema

NameRequiredDescriptionDefault
framerateNoFrame rate (default: 23.976)
heightNoHeight in pixels (default: 1080)
nameYesName of the new sequence
widthNoWidth in pixels (default: 1920)

Input Schema (JSON Schema)

{ "properties": { "framerate": { "description": "Frame rate (default: 23.976)", "type": "number" }, "height": { "description": "Height in pixels (default: 1080)", "type": "number" }, "name": { "description": "Name of the new sequence", "type": "string" }, "width": { "description": "Width in pixels (default: 1920)", "type": "number" } }, "required": [ "name" ], "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