Skip to content
Zed

slideshot for Zed

io.github.06ketan/slideshot

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

client:Zed transport:stdio runtime:npm

Install slideshot in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "slideshot": {
      "command": "npx",
      "args": [
        "-y",
        "slideshot-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

slideshot in other clients