Skip to content
VS Code

slideshot for VS Code

io.github.06ketan/slideshot

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

client:VS Code transport:stdio runtime:npm

Install slideshot in VS Code

.vscode/mcp.json

{
  "servers": {
    "slideshot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "slideshot-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

slideshot in other clients