Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"keynote": {
"command": "python",
"args": [
"/path/to/keynote-mcp/start_server.py"
],
"env": {
"UNSPLASH_KEY": "your_unsplash_api_key_here"
}
}
}
}