Keynote MCP

v1.0.0Business Applicationsstable

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.

keynote-mcpmcpai-integration
Share:
59
Stars
0
Downloads
0
Weekly
0/5

What is Keynote MCP?

Keynote MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server that enables ai assistants to control apple keynote presentations through applescript automation, supporting comprehensive slide creation, management, and content operati...

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.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Model Context Protocol server that enables AI assistants t

Use Cases

Create and manage Keynote presentations via AI.
Automate slide creation and content operations.
Control Apple Keynote through AppleScript.
easychen

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx keynote-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Keynote MCP

Keynote MCP is a Python-based MCP server that enables AI assistants to control Apple Keynote presentations through AppleScript automation, allowing full programmatic creation and editing of presentations, slides, and content elements. It supports inserting text boxes, titles, images, bullet lists, code blocks, tables, and charts, and can also search Unsplash for high-quality images to embed automatically. macOS users who want to generate polished presentations from natural language descriptions — without manually opening Keynote — use this server to let an AI build entire slide decks on their behalf.

Prerequisites

  • macOS with Apple Keynote installed (available from the Mac App Store)
  • Python 3.9+ with pip installed
  • An Unsplash developer API key if you want automatic image search and insertion (free at unsplash.com/developers)
  • An MCP client such as Claude Desktop configured to run Python MCP servers
  • Accessibility permissions granted to your terminal or MCP client app in System Preferences → Privacy & Security → Accessibility
1

Clone the keynote-mcp repository

Clone the repository to your local machine and navigate into the project directory.

git clone https://github.com/easychen/keynote-mcp.git
cd keynote-mcp
2

Install Python dependencies

Install the required Python packages listed in requirements.txt.

pip install -r requirements.txt
3

Configure the Unsplash API key (optional)

Copy the example environment file and add your Unsplash access key to enable automatic image search and insertion into slides.

cp env.example .env
# Edit .env and set:
# UNSPLASH_KEY=your_unsplash_access_key_here
4

Grant Accessibility permissions

Keynote MCP uses AppleScript to control Keynote. Open System Preferences → Privacy & Security → Accessibility and grant access to Terminal (or your MCP client app like Claude Desktop).

5

Configure your MCP client

Add keynote-mcp to your claude_desktop_config.json with the path to the server script and optional Unsplash key.

{
  "mcpServers": {
    "keynote": {
      "command": "python",
      "args": ["/Users/you/keynote-mcp/start_server.py"],
      "env": {
        "UNSPLASH_KEY": "your_unsplash_access_key_here"
      }
    }
  }
}
6

Restart Claude Desktop and verify

Restart your MCP client. Keynote tools should appear. Ask your AI assistant to create a new presentation to verify everything is working.

Keynote MCP Examples

Client configuration

Claude Desktop config entry for the Keynote MCP server with Unsplash image support.

{
  "mcpServers": {
    "keynote": {
      "command": "python",
      "args": ["/Users/you/keynote-mcp/start_server.py"],
      "env": {
        "UNSPLASH_KEY": "your_unsplash_access_key_here"
      }
    }
  }
}

Prompts to try

Example prompts to use with Keynote MCP once connected.

- "Create a new Keynote presentation called 'Q3 Strategy Review' with 5 slides"
- "Add a title slide with the heading 'Machine Learning in 2025' and a subtitle 'Trends and Predictions'"
- "Insert an image about renewable energy on slide 3 using Unsplash"
- "Add a bullet list slide summarizing the top 5 benefits of TypeScript"
- "Export the current presentation as a PDF to my Desktop folder"

Troubleshooting Keynote MCP

AppleScript error: 'Not authorized to send Apple events to Keynote'

Open System Preferences → Privacy & Security → Automation and ensure Terminal (or Claude Desktop) has permission to control Keynote. Also check Privacy & Security → Accessibility. You may need to remove and re-add the app permissions after updating macOS.

Unsplash images are not being inserted despite setting UNSPLASH_KEY

Verify the .env file is in the keynote-mcp project root and that the UNSPLASH_KEY value is your Unsplash Access Key (not the Secret Key). Confirm your Unsplash app has been approved and the key is active at unsplash.com/oauth/applications.

Keynote opens but slides are blank or content is missing

Some AppleScript operations require Keynote to be the front-most application. Try bringing Keynote to the foreground before running complex operations. If issues persist, close all Keynote documents and restart both Keynote and Claude Desktop.

Frequently Asked Questions about Keynote MCP

What is Keynote MCP?

Keynote MCP is a Model Context Protocol (MCP) server that model context protocol server that enables ai assistants to control apple keynote presentations through applescript automation, supporting comprehensive slide creation, management, and content operations. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Keynote MCP?

Follow the installation instructions on the Keynote MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Keynote MCP?

Keynote MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Keynote MCP free to use?

Yes, Keynote MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Keynote MCP Alternatives — Similar Business Applications Servers

Looking for alternatives to Keynote MCP? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "keynote-mcp": { "command": "npx", "args": ["-y", "keynote-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Keynote MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides