MCP Directory
Back

mcp-server-apple-events

by FradSer · TypeScript · ★ 149

MCP server providing native macOS integration with Apple Reminders and Calendar via EventKit

#calendar#eventkit#macos#mcp-server#model-context-protocol#reminders#swift#typescript

Install

npx -y github:FradSer/mcp-server-apple-events

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-server-apple-events": {
      "command": "npx",
      "args": [
        "-y",
        "github:FradSer/mcp-server-apple-events"
      ]
    }
  }
}

From the README

[](https://x.com/FradSer) English | [简体中文](README.zh-CN.md) A Model Context Protocol (MCP) server that provides native integration with Apple Reminders and Calendar on macOS. This server allows you to interact with Apple Reminders and Calendar Events through a standardized interface with comprehensive management capabilities. > [!NOTE] > **Looking ahead: [event](https://github.com/FradSer/event) — a pure Swift CLI for Apple Reminders and Calendar on macOS.** > > For scripting, automation, and direct terminal usage, we now recommend the standalone [](https://github.com/FradSer/event) CLI. It…
Read full README on GitHub →

Related productivity servers