Skip to main content
Glama
andrewbergsma

Apple Calendar MCP Server

Apple Calendar MCP Server

License: MIT Python 3.7+ MCP

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

  1. Clone the repository:

git clone https://github.com/andrewbergsma/apple-calendar-mcp.git
cd apple-calendar-mcp
  1. Create and activate virtual environment:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Configure 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"]
    }
  }
}
  1. 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

A
license - permissive license
-
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    Transforms macOS calendar management into a conversational experience using natural language, allowing users to create, manage, and update calendar events seamlessly through an MCP-compatible client.
    Last updated
    322
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    An MCP server that enables interaction with CalDAV calendars to manage events and check availability through natural language or voice commands. It provides specific tools for listing, searching, and creating calendar entries using an OpenAI-compatible interface.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    Provider-agnostic CalDAV calendar MCP server that connects any CalDAV calendar to AI assistants, enabling calendar operations like listing, creating, updating, and deleting events.
    Last updated
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

  • Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

Latest Blog Posts

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