Loading MCP server directory, please wait...
Harvest Keynote and PDF slide decks into previews, text, image assets, and a manifest for agents.
npx @getmcp/cli add io.github.hulin42/keynote-harvest-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
KEYNOTE_HARVEST_ALLOWED_INPUT_ROOTSPath-delimited directories the server may read decks from (e.g. your Keynote documents and Downloads). Required to harvest local files.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hulin42/keynote-harvest-mcp": {
"command": "npx",
"args": [
"-y",
"keynote-harvest-mcp"
],
"env": {
"KEYNOTE_HARVEST_ALLOWED_INPUT_ROOTS": "",
"KEYNOTE_HARVEST_ROOT": "",
"KEYNOTE_HARVEST_WORKING_DIRECTORY": ""
}
}
}
}