AI-powered presentation MCP App. The model creates slide decks that stream in one by one, with navigation, fullscreen presentation mode, and per-slide editing.
Connect to the hosted instance:
https://solitary-block-r6m6x.run.mcp-use.com/mcp
Or open the Inspector to test it interactively.
- Open Settings > Apps and Connectors > Advanced Settings and enable Developer Mode
- Go to Connectors > Create, name it "Slide Deck", paste the URL above
- In a new chat, click + > More and select the Slide Deck connector
- Open Settings > Connectors > Add custom connector
- Paste the URL above and save
- The Slide Deck tools will be available in new conversations
- Streaming props — slides appear one by one as the model generates them
- Presentation mode — fullscreen with keyboard navigation (arrows, space, escape)
- Model Context — the AI knows which slide you're viewing
- Per-slide editing — refine individual slides via
edit-slide - Multiple themes — light, dark, and gradient backgrounds
| Tool | Description |
|---|---|
create-slides |
Generate a full slide deck from a topic or outline |
edit-slide |
Update a specific slide by index |
| Widget | Preview |
|---|---|
slide-viewer |
git clone https://github.com/mcp-use/mcp-slide-deck.git
cd mcp-slide-deck
npm install
npm run devnpx mcp-use deploy- mcp-use — MCP server framework
MIT