eventkit-mcp-server

njacobs5074/eventkit-mcp-server
★ 0 stars Rust API Integration Updated today
Local MCP server exposing macOS Reminders and Calendar via Apple EventKit
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "eventkit-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "eventkit-mcp-server"
      ]
    }
  }
}