Skip to content
Grok

MCP for Adobe Premiere Pro for Grok

io.github.leancoderkavy/premiere-pro

Local-first MCP for supported Adobe Premiere Pro workflows; start with a read-only connection check.

client:Grok transport:stdio runtime:npm

Install MCP for Adobe Premiere Pro in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "premiere-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "premiere-pro-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MCP for Adobe Premiere Pro in other clients