adobe premiere mcp for Cline
io.github.mrfentmen/adobe-premiere-mcp
Control Adobe Premiere Pro video editing via ExtendScript.
client:Cline
transport:stdio
runtime:npm
Install adobe premiere mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"adobe-premiere-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/adobe-premiere-mcp"
],
"env": {
"PREMIERE_PATH": "<PREMIERE_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs