Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Npx
Confianza
Confianza: Established
Entrada
npx mcp-server-apple-events
Comando CLI universal
npx tokrepo install 3d054de2-3cf1-51d9-81e2-101e95936b93
Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados