icloud-calendar-mcp-server

InstaCode/icloud-calendar-mcp-server
★ 0 stars TypeScript 🌐 Browser/Web Updated 1d ago
MCP server for iCloud Calendar via CalDAV. Lets Claude (or any MCP client) read and write events on your iCloud calendars.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "icloud-calendar-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "InstaCode/icloud-calendar-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP server for iCloud Calendar via CalDAV. Lets Claude (or any MCP client) read and write events on your iCloud calendars. Published under [InstaCode](https://www.npmjs.com/org/instacodeio). Exposes five tools: | Tool | Purpose | |---|---| | `icloud_list_calendars` | List your iCloud calendars | | `icloud_list_events` | Fetch events from a calendar in a date range |

Tools (5)

icloud_create_eventicloud_delete_eventicloud_list_calendarsicloud_list_eventsicloud_update_event

Topics

caldavcalendarclaudeicloudmcpmcp-servermodel-context-protocol