
Keynote-MCP
A Model Context Protocol server that enables AI assistants to control Apple Keynote presentations through AppleScript automation, supporting comprehensive slide creation, management, and content operations.
README
Keynote-MCP
⚠️ Development Notice: This project was developed using Cursor AI without human code review. It's provided for educational and experimental purposes only. Please use with caution in production environments and conduct thorough testing before deployment.
A Model Context Protocol (MCP) server that enables AI assistants to control Keynote presentations through AppleScript automation.
✨ Features
- 🎨 Complete Presentation Management - Create, open, save, and close presentations
- 📊 Rich Slide Operations - Add, delete, duplicate, and move slides
- 📝 Powerful Content Management - Add text, images, shapes, tables, and charts
- 📸 Flexible Export Options - Screenshot slides, export to PDF and images
- 🖼️ Unsplash Integration - Automatically search and add high-quality images
- 🔒 Secure & Reliable - Comprehensive error handling and permission management
- 🧪 Well Tested - Unit and integration test coverage
🚀 Quick Start
Prerequisites
- macOS 10.14 or later
- Keynote application
- Python 3.8 or later
Installation
-
Clone the repository
git clone https://github.com/easychen/keynote-mcp.git cd keynote-mcp
-
Install dependencies
pip install -r requirements.txt
-
Configure environment (optional for Unsplash features)
cp env.example .env # Edit .env file and add your Unsplash API key
-
Set up macOS permissions
- Go to System Preferences > Security & Privacy > Privacy
- Add Terminal and Python to Accessibility permissions
- Add Python to Automation permissions for Keynote
Usage with MCP Clients
Gemini CLI Configuration
Add this configuration to your MCP client:
{
"KeynoteServer": {
"command": "python",
"args": ["start_server.py"],
"env": {
"UNSPLASH_KEY": "your_unsplash_api_key_here"
},
"cwd": "/path/to/keynote-mcp",
"timeout": 5000
}
}
Claude Desktop Configuration
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"keynote": {
"command": "python",
"args": ["/path/to/keynote-mcp/start_server.py"],
"env": {
"UNSPLASH_KEY": "your_unsplash_api_key_here"
}
}
}
}
Other MCP Clients
For other MCP-compatible clients, use these connection details:
- Command:
python
- Args:
["start_server.py"]
- Working Directory:
/path/to/keynote-mcp
- Environment:
{"UNSPLASH_KEY": "your_api_key"}
(optional)
📖 Available Tools
The server provides comprehensive tools for Keynote automation:
🎨 Presentation Management
- Create, open, save, and close presentations
- Set themes and get presentation information
- List all open presentations
📊 Slide Operations
- Add, delete, duplicate, and move slides
- Set slide layouts and get slide information
- Navigate between slides
📝 Content Management
- Add text boxes, titles, and subtitles
- Insert images from files or Unsplash
- Create bullet lists and numbered lists
- Add code blocks and quotes
📸 Export & Screenshot
- Take screenshots of individual slides
- Export presentations to PDF
- Export as image sequences
🖼️ Unsplash Integration (Optional)
- Search high-quality images
- Automatically add images to slides
- Support for different orientations and styles
💡 Usage Examples
Once connected to your MCP client, you can use natural language to control Keynote:
- "Create a new presentation about AI trends"
- "Add a slide with the title 'Machine Learning Basics'"
- "Insert an image about technology on slide 2"
- "Export the presentation as PDF"
🔧 Unsplash Configuration (Optional)
To use Unsplash image features:
- Get API Key: Visit Unsplash Developers
- Configure: Add your API key to the
.env
file:UNSPLASH_KEY=your_unsplash_access_key_here
📚 Documentation
- Installation Guide - Detailed setup instructions
- Technical Documentation - API reference and architecture
- Examples - Usage examples and demos
🤝 Contributing
We welcome contributions! Please see CONTRIBUTING.md for details on how to get started.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🏆 Acknowledgments
- Model Context Protocol - Standardized tool calling protocol for AI models
- Unsplash - High-quality free images
- AppleScript - Powerful macOS automation
📞 Contact
- 🐛 Issues: GitHub Issues
- 💬 Discussions: GitHub Discussions
⭐ Support
If this project helps you, please give it a ⭐️!
Empowering AI assistants to create and manage Keynote presentations effortlessly.
推荐服务器

Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。