Search, read and act on Apple Calendar — ranges, free-time lookup, writes off by default
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @mgcrea/mcp-apple-calendar
MCP client config
{
"mcpServers": {
"apple-calendar": {
"command": "npx",
"args": [
"-y",
"@mgcrea/mcp-apple-calendar"
]
}
}
}