MCP Directory
Back

apple-events-mcp

by nils1x · HTML · ★ 0

Lightweight MCP server exposing macOS Reminders & Calendar (EventKit) to ModelContextProtocol clients.

Install

git clone https://github.com/nils1x/apple-events-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "apple-events-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:nils1x/apple-events-mcp"
      ]
    }
  }
}

From the README

Lightweight MCP (ModelContextProtocol) server that exposes macOS EventKit access (Reminders & Calendar) to MCP clients. Designed to run on the same macOS machine that owns the Reminders/Calendar data; can be run interactively or as a daemon behind a tunnel. Why this repo - Provides tools and prompts that let MCP clients read and write Reminders and Calendar events via the system EventKit APIs. - Small, audit-friendly code surface intended for local or single-host deployment. Features - MCP server implementation with HTTP transport and a tiny JSON-RPC-compatible endpoint surface. - Health end…
Read full README on GitHub →

Related productivity servers