Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

apply_lut

Apply color grading to a specified clip in Adobe Premiere Pro using a Look-Up Table (LUT). Input the clip ID and LUT file path, with optional intensity adjustment, for precise color correction.

Instructions

Applies a Look-Up Table (LUT) to a clip for color grading.

Input Schema

NameRequiredDescriptionDefault
clipIdYesThe ID of the clip
intensityNoLUT intensity (0-100)
lutPathYesThe absolute path to the .cube or .3dl LUT file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clipId": { "description": "The ID of the clip", "type": "string" }, "intensity": { "description": "LUT intensity (0-100)", "type": "number" }, "lutPath": { "description": "The absolute path to the .cube or .3dl LUT file", "type": "string" } }, "required": [ "clipId", "lutPath" ], "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