Skip to content
Grok

slideshot for Grok

io.github.06ketan/slideshot

Convert HTML to PDF/PNG/WebP/PPTX slide carousels with 11 themes — for LinkedIn, decks, posts.

client:Grok transport:stdio runtime:npm

Install slideshot in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "slideshot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "slideshot-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

slideshot in other clients