a month ago
Create, edit, and export presentations with AI using Alai’s MCP. Supports slide generation, slide edits, and export to PowerPoint or PDF.
Server Config
{
"mcpServers": {
"alai": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://slides-api.getalai.com/mcp/",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}