MCP for Adobe Premiere Pro for Cursor
io.github.leancoderkavy/premiere-pro
Local-first MCP for supported Adobe Premiere Pro workflows; start with a read-only connection check.
client:Cursor
transport:stdio
runtime:npm
Install MCP for Adobe Premiere Pro in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"premiere-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"premiere-pro-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs