MCP ConfigsMay 13, 2026·2 min read

mcp-server-apple-events — macOS Reminders MCP

mcp-server-apple-events exposes macOS Reminders/Calendar actions to MCP clients via Apple Events, with an `npx` quick start and ready-to-copy configs.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 3d054de2-3cf1-51d9-81e2-101e95936b93 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

mcp-server-apple-events exposes macOS Reminders/Calendar actions to MCP clients via Apple Events, with an npx quick start and ready-to-copy configs.

Best for: macOS users who want agents to create/update reminders safely

Works with: macOS, Node.js via npx, Cursor / Claude Desktop MCP configs

Setup time: 3-8 minutes

Key facts (verified)

  • GitHub: 108 stars · 33 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: npx mcp-server-apple-events.

Main

  • Use npx -y mcp-server-apple-events for the fastest path; only build locally if you need Swift bridge changes or diagnostics.

  • Copy the README’s client config snippets (Cursor / Claude Desktop) to avoid transport/args mistakes.

  • If builds fail due to SDK/toolchain mismatch, follow README guidance to upgrade Swift (it calls out Swift 6.3+ requirements).

Source-backed notes

  • README Quick Start shows running the server with npx mcp-server-apple-events and provides Cursor/Claude Desktop config JSON using npx -y.
  • README includes Swift toolchain verification commands (xcrun swiftc --version and xcrun --show-sdk-version).
  • README documents both npx and local-build options for running the server (node with bin/run.cjs).

FAQ

  • Is this macOS-only?: Yes — it targets Apple Events for macOS Reminders/Calendar integration per README.
  • Do I have to install globally?: No — README recommends npx for a zero-install run; local builds are optional.
  • Why mention Swift versions?: README explains some builds require Swift 6.3+ due to macOS SDK interface changes.
🙏

Source & Thanks

Source: https://github.com/FradSer/mcp-server-apple-events > License: MIT > GitHub stars: 108 · forks: 33

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets