keynote-mcp.md

Keynote MCP

UI App
from"apple"
420

Control Apple Keynote presentations through AppleScript automation on macOS

Productivity
KeynoteApplepresentationsmacOS
install.sh
# Clone the repository
$git clone https://github.com/apple/keynote-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve