Odel
Apple Calendar

Apple Calendar

Local
@mgcrea1TypeScriptMITUpdated Yesterday

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).

npm@mgcrea/mcp-apple-calendarv1.15.0

Run

npx -y @mgcrea/mcp-apple-calendar

MCP client config

{
  "mcpServers": {
    "apple-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "@mgcrea/mcp-apple-calendar"
      ]
    }
  }
}