Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"com-getalai-presentations": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Generate, edit, and export AI presentations to PDF, PPTX, or a shareable link.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
MCP Security Weekly
Get CVE alerts and security updates for com.getalai/presentations and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI presentation maker and slide generator for Claude, Cursor, and MCP clients. Create designer-level presentations, pitch decks, and slides from text. Export to PowerPoint (PPTX) and PDF.
Alai is an AI presentation maker and the fastest way to create high-quality, beautiful slides without design skills.
https://slides-api.getalai.com/mcp/
The server accepts either a static API key or an OAuth 2.1 bearer token on the same endpoint.
Get a key from getalai.com and pass it in one of these headers:
api-key: sk_your_keyAuthorization: Bearer sk_your_keyThe server implements RFC 9728 Protected Resource Metadata and delegates authorization to Supabase, which supports RFC 7591 Dynamic Client Registration and PKCE (S256). Spec-compliant MCP clients (e.g. Claude Desktop, MCP Inspector) can auto-discover the flow:
GET https://slides-api.getalai.com/.well-known/oauth-protected-resource
The response's authorization_servers entry points at the Supabase authorization server, whose /.well-known/oauth-authorization-server document advertises the registration_endpoint, authorization_endpoint, and token_endpoint. After the authorization code + PKCE flow, the client sends Authorization: Bearer <jwt> to the MCP endpoint.
| Tool | Description |
|---|---|
ping | Verify your API key and return your user ID |
generate_presentation | Create a presentation from text content |
get_generation_status | Check async operation status |
get_themes | List themes available to the authenticated user |
get_vibes | List vibes (visual styles) available to the authenticated user |
get_presentations | List all your presentations |
create_slide | Add a slide (classic or creative) to an existing presentation |
delete_slide | Remove a slide from a presentation |
export_presentation | Export to PDF, PPTX, or shareable link |
generate_transcripts | Generate speaker notes for slides |
delete_presentation | Permanently delete a presentation |
generate_presentation with your contentget_generation_status every 2-5 seconds until status is completedpresentation_id for further operationsCall get_themes and get_vibes