MCP Server
Active
io.github.mrfentmen/adobe-premiere-mcp MCP Server
io.github.mrfentmen/adobe-premiere-mcp
What is the io.github.mrfentmen/adobe-premiere-mcp MCP server?
Control Adobe Premiere Pro video editing via ExtendScript.
How to install io.github.mrfentmen/adobe-premiere-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
PREMIERE_PATHPath to Adobe Premiere Pro application
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"adobe-premiere-mcp": {
"command": "npx",
"args": [
"-y",
"adobe-premiere-mcp"
],
"env": {
"PREMIERE_PATH": "<YOUR_PREMIERE_PATH>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"adobe-premiere-mcp": {
"command": "npx",
"args": [
"-y",
"adobe-premiere-mcp"
],
"env": {
"PREMIERE_PATH": "<YOUR_PREMIERE_PATH>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"adobe-premiere-mcp": {
"command": "npx",
"args": [
"-y",
"adobe-premiere-mcp"
],
"env": {
"PREMIERE_PATH": "<YOUR_PREMIERE_PATH>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"adobe-premiere-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"adobe-premiere-mcp"
],
"env": {
"PREMIERE_PATH": "<YOUR_PREMIERE_PATH>"
}
}
}
}Claude Code
claude mcp add adobe-premiere-mcp --env PREMIERE_PATH=<YOUR_PREMIERE_PATH> -- npx -y adobe-premiere-mcpRelated MCP servers
Search ROMs across Internet Archive, ROMsgames, CoolROM, and more. Verify checksums and parse saves.
0
View repository →TypeScript