Presentations.AI
https://server.smithery.ai/presentations/presentations-ai/mcpCreate, transform, and edit professional presentations using AI. Generate full decks from topics, convert documents and raw text into slides, and turn briefs into polished decks in PPTX, PDF, image, or shareable web format. **Tools (5 active)** - `create_presentation_from_topic`: full deck from a topic or brief - `create_presentation_from_content`: deck from raw text (articles, notes, transcripts) - `create_presentation_from_file`: deck from PDF, DOCX, PPTX, TXT, or MD (≤ 5 MB) - `create_single_slide`: single hero slide or social-media graphic - `check_job_status`: poll for async job completion **Authentication** OAuth 2.1 (PKCE + Dynamic Client Registration) or Bearer API key. Get an API key at [console.presentations.ai](https://console.presentations.ai). Full API reference at [console.presentations.ai/apiref/docs/](https://console.presentations.ai/apiref/docs/). Async job model: `create_*` tools return a job ID; poll `check_job_status` until the deck URL is ready. Most jobs complete in under 2 minutes.
How to connect
https://server.smithery.ai/presentations/presentations-ai/mcp
curl -X POST https://server.smithery.ai/presentations/presentations-ai/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'