ical-mcp

Kembec/ical-mcp
★ 0 stars Rust 🔌 API Integration Updated 6d ago
MCP server for iCloud Calendar — Rust binary, CalDAV, JSON-RPC over stdio
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": {
    "ical-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ical-mcp"
      ]
    }
  }
}