MCP Server
MCP
org.onekash/icloud-calendar-mcp
MCP server for iCloud (Apple) Calendar access via CalDAV
Install
npx -y @icloud-calendar-mcp/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@icloud-calendar-mcp/server",
"version": "3.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Apple ID email (e.g., [email protected])",
"isRequired": true,
"format": "string",
"name": "ICLOUD_USERNAME"
},
{
"description": "App-specific password for iCloud (not your main Apple ID password)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ICLOUD_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment