Skip to content
Grok

promoshot for Grok

io.github.garalex/promoshot

Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).

client:Grok transport:stdio runtime:oci

Install promoshot in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "promoshot": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/garalex/promoshot-mcp:v0.2.78"
      ]
    }
  }
}

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

promoshot in other clients