← Back to Apple Events

Install Apple Events

Pick your client, copy the command, done.

1

Add it to Claude Code

claude mcp add apple-events -- npx -y mcp-server-apple-events

Available Tools (4)

Once configured, Apple Events gives your AI agent access to:

list_remindersList reminders with optional filtering
listNameincludeCompleted
create_reminderCreate a new reminder
titlelistNamedueDateprioritynotes
list_calendar_eventsList calendar events within a date range
startDateendDate
create_calendar_eventCreate a new calendar event
titlestartDateendDatelocationnotes

Try It Out

After setup, try these prompts with your AI agent:

List all my pending reminders for today.
Create a new reminder to 'Buy groceries' in my 'Personal' list for tomorrow at 5 PM.
What events do I have on my calendar for this coming Friday?
Schedule a meeting titled 'Project Sync' for next Monday from 10 AM to 11 AM.
Mark the reminder 'Submit expense report' as completed.
Prerequisites & system requirements
  • An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
  • Node.js 18+ with npm/npx installed

Keep this setup from going cold

Save the docs, env vars, and workflow around Apple Events in Conare so Claude Code, Codex, and Cursor remember it next time.

Remember this setup