Loading MCP server directory, please wait...
MCP server for iCloud (Apple) Calendar access via CalDAV
npx @getmcp/cli add org.onekash/icloud-calendar-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
APPLE_IDYour Apple ID email
APP_SPECIFIC_PASSWORDApp-specific password for iCloud
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"org.onekash/icloud-calendar-mcp": {
"command": "npx",
"args": [
"-y",
"@icloud-calendar-mcp/server"
],
"env": {
"APPLE_ID": "",
"APP_SPECIFIC_PASSWORD": ""
}
}
}
}