Apple Calendar MCP Server
Allows AI assistants to read, search, create, and manage Apple Calendar events through natural language.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Apple Calendar MCP ServerWhat's on my calendar today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Apple Calendar MCP Server
A comprehensive Model Context Protocol (MCP) server that provides AI assistants with natural language access to Apple Calendar. Built with FastMCP, this server enables reading, searching, creating, and managing calendar events directly through Claude Desktop or other MCP-compatible clients.
Features
Reading & Listing
Calendar Overview: Dashboard view with all calendars, today's events, and upcoming week
List Calendars: View all available calendars with event counts
List Events: Browse events from specific calendars or date ranges
Today's Schedule: Quick view of current day's agenda
Search & Analysis
Advanced Search: Multi-criteria search (title, location, date range, attendees)
Find Free Time: Discover available time slots for scheduling
Conflict Detection: Check for overlapping events
Event Creation
Create Events: Full event creation with all options (location, notes, attendees)
Recurring Events: Create daily, weekly, monthly recurring events
Quick Add: Natural language event creation
Event Management
Update Events: Modify any event property
Move Events: Reschedule events to new times
Delete Events: Remove events with recurrence handling
Manage Reminders: Add or modify event alerts
Analytics & Export
Statistics: Meeting time analysis, busy hours breakdown
Export: Export events to ICS, CSV, or TXT formats
Related MCP server: mcp-labrat
Installation
Prerequisites
macOS with Apple Calendar configured
Python 3.7 or higher
Claude Desktop or any MCP-compatible client
Quick Start
Clone the repository:
git clone https://github.com/andrewbergsma/apple-calendar-mcp.git
cd apple-calendar-mcpCreate and activate virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtConfigure Claude Desktop (
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"apple-calendar": {
"command": "/path/to/apple-calendar-mcp/venv/bin/python3",
"args": ["/path/to/apple-calendar-mcp/apple_calendar_mcp.py"]
}
}
}Restart Claude Desktop
Usage Examples
Show me my schedule for today
What meetings do I have this week?
Find a free 30-minute slot tomorrow afternoon
Create a meeting with John at 2pm on Friday
Move my 3pm meeting to 4pm
Search for all events about "project review"License
MIT License - see LICENSE for details.
Acknowledgments
Built with FastMCP
Inspired by Apple Mail MCP
Part of the Model Context Protocol ecosystem
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andrewbergsma/apple-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server