Apple Keynote · Capability
Apple Keynote Presentation Automation
Workflow capability for automating Keynote presentation creation and management via iCloud. Combines presentation lifecycle management, slide operations, theme selection, and multi-format export into a unified workflow for content creators, marketing teams, and business presenters.
What You Can Do
GET
List presentations
— List all Keynote presentations in iCloud
/v1/presentations
POST
Create presentation
— Create a new presentation with title and theme
/v1/presentations
GET
List slides
— List slides in a presentation
/v1/slides
POST
Export presentation
— Export a presentation to PDF, PPTX, or images
/v1/export
GET
List themes
— List available Keynote themes
/v1/themes
MCP Tools
list-keynote-presentations
Lists all Keynote presentations stored in the user's iCloud account
read-only
idempotent
create-keynote-presentation
Creates a new Keynote presentation with a specified title and optional theme
list-presentation-slides
Lists all slides in a Keynote presentation with their titles and layouts
read-only
idempotent
add-slide-to-presentation
Adds a new slide to a Keynote presentation at a specified position with a chosen layout
export-keynote-to-pdf
Exports a Keynote presentation to PDF format with optional presenter notes
read-only
idempotent
list-keynote-themes
Lists all available Keynote themes and templates for new presentations
read-only
idempotent
APIs Used
keynote-icloud