Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

add_text_overlay

Add text overlays to Adobe Premiere Pro videos by specifying content, position, font, color, duration, and alignment—streamline video editing with precise text layer customization.

Instructions

Adds a text layer (title) over the video timeline.

Input Schema

NameRequiredDescriptionDefault
alignmentNoText alignment
colorNoThe hex color code for the text, e.g., "#FFFFFF"
durationYesHow long the text should remain on screen in seconds
fontFamilyNoe.g., "Arial", "Times New Roman"
fontSizeNoe.g., 48
positionNoText position on screen
sequenceIdYesThe sequence to add the text to
startTimeYesThe time in seconds when the text should appear
textYesThe text content to display
trackIndexYesThe video track to place the text on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "alignment": { "description": "Text alignment", "enum": [ "left", "center", "right" ], "type": "string" }, "color": { "description": "The hex color code for the text, e.g., \"#FFFFFF\"", "type": "string" }, "duration": { "description": "How long the text should remain on screen in seconds", "type": "number" }, "fontFamily": { "description": "e.g., \"Arial\", \"Times New Roman\"", "type": "string" }, "fontSize": { "description": "e.g., 48", "type": "number" }, "position": { "additionalProperties": false, "description": "Text position on screen", "properties": { "x": { "description": "Horizontal position (0-100)", "type": "number" }, "y": { "description": "Vertical position (0-100)", "type": "number" } }, "type": "object" }, "sequenceId": { "description": "The sequence to add the text to", "type": "string" }, "startTime": { "description": "The time in seconds when the text should appear", "type": "number" }, "text": { "description": "The text content to display", "type": "string" }, "trackIndex": { "description": "The video track to place the text on", "type": "number" } }, "required": [ "text", "sequenceId", "trackIndex", "startTime", "duration" ], "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