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

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Needs Confirmation · 62/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Npx
Trust
Trust: Established
Entrypoint
npx mcp-server-apple-events
Universal CLI install command
npx tokrepo install 3d054de2-3cf1-51d9-81e2-101e95936b93
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