MCP.so
Sign In

Apple Calendar

@okdoittttt

About Apple Calendar

A lightweight MCP server for your Apple Calendar.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "apple-calendar-mcp": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Apple Calendar?

애플 캘린더와 연동 가능한 MCP Server

How to use Apple Calendar?

The README includes setup instructions such as uv run python scripts/setup_permissions.py.

Key features of Apple Calendar

  • macOS 14+ (uses the modern requestFullAccessTo... permission APIs, with
  • Python 3.10+, managed via uv
  • Relative days: today, tomorrow, mon..sun / full weekday names
  • Explicit dates: YYYY-MM-DD
  • Times: 3pm, 3:30pm, 15:00 (optionally preceded by at)

Use cases of Apple Calendar

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Apple Calendar

Where is the source code for Apple Calendar?

The source code is linked from the repository URL on this page.

Does Apple Calendar include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Apple Calendar?

The source code is linked from the repository URL on this page.

Does Apple Calendar include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More Other MCP servers