How to create calendar events with natural language using applescript-mcp
언제 쓸까: You want to quickly create, modify, or query calendar events without opening Calendar.app.
사전 조건
- macOS with SSH enabled — System Settings → Sharing → Remote Login
- applescript-mcp installed — npx -y @peakmojo/applescript-mcp or uvx applescript-mcp
흐름
-
Create an eventCreate a calendar event titled 'Team Standup' for tomorrow at 10am, 30 minutes long, in my Work calendar.✓ 복사됨→ Confirmation that the event was created with date and time
-
Query upcoming eventsWhat events do I have this week?✓ 복사됨→ List of calendar events with times and titles
결과: Calendar events created and queried without leaving the chat.
함정
- AppleScript uses calendar names that must match exactly — List available calendars first before creating events