Skip to main content
Glama

Calendar Safe MCP

An unofficial, local MCP server for Apple Calendar. It uses EventKit, Apple's supported calendar framework, and never reads Calendar databases, account credentials, or the macOS permissions database directly.

Requires macOS 14 Sonoma or later and Python 3.12 or later.

It is macOS-only and provides four tools:

  • list_calendars

  • list_events

  • create_event

  • update_event

Install

Install uv, then register the server with your MCP client. For Codex:

codex mcp add calendar -- uvx --from git+https://github.com/jasongibby/calendar-safe-mcp calendar-safe-mcp

For another stdio MCP client, use:

{
  "mcpServers": {
    "calendar": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/jasongibby/calendar-safe-mcp",
        "calendar-safe-mcp"
      ]
    }
  }
}

Call list_calendars after starting your MCP client. macOS should request Calendar access for that client. Grant Full Access under System Settings → Privacy & Security → Calendars.

Related MCP server: Apple Calendar MCP

Safety and privacy

  • Access uses only Apple's EventKit framework and normal macOS consent flow.

  • Reads return scheduling fields only unless include_details=true is passed.

  • Create and update responses stay compact and never echo notes, URLs, or alarms.

  • Text queries search titles only unless search_notes=true is passed.

  • Date ranges are limited to 366 days and response limits are capped at 1,000.

  • Recurring updates require an explicit span of this or future.

  • Event contents are never logged by the server.

  • Delete and recurrence-creation tools are intentionally omitted.

Your MCP client and AI provider can see calendar data returned by the server. Review their privacy policies before use. This project is not affiliated with or endorsed by Apple.

See Apple's EventKit documentation.

Development

uv sync
uv run python -m unittest discover -s tests -v

Tests use mocks and do not access Calendar data.

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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
    Not graded
    quality
    D
    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.
    323
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables Claude and other MCP clients to directly interact with macOS Calendar.app using AppleScript for local calendar management. Provides tools for listing, searching, creating, updating, and deleting calendar events without cloud APIs or CalDAV setup.
    20
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Exposes Apple Calendar data through an EventKit helper app. Enables reading, creating, updating, and deleting calendar events on macOS.
    7
    29
    MIT

View all related MCP servers

Related MCP Connectors

  • Connects ChatGPT to your Apple Calendar via a local Mac agent + Vercel relay

  • Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.

  • MCP connector for Apple Reminders — search, create, complete, and edit via your own Mac.

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/jasongibby/calendar-safe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server