Skip to content
VS Code

presentations for VS Code

com.getalai/presentations

Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link.

client:VS Code transport:streamable-http

Install presentations in VS Code

.vscode/mcp.json

{
  "servers": {
    "presentations": {
      "type": "http",
      "url": "https://slides-api.getalai.com/mcp/"
    }
  }
}

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

presentations in other clients