MCP for Adobe Premiere Pro for VS Code
io.github.leancoderkavy/premiere-pro
Local-first MCP for supported Adobe Premiere Pro workflows; start with a read-only connection check.
client:VS Code
transport:stdio
runtime:npm
Install MCP for Adobe Premiere Pro in VS Code
.vscode/mcp.json
{
"servers": {
"premiere-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"premiere-pro-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs