Skip to main content
Glama
elfensky

apple-mcp

by elfensky

apple-mcp

One consolidated MCP server for native macOS apps — Calendar & Reminders today (bidirectional), Mail next. Python + FastMCP 2.0, managed with uv.

Replaces the two Apple MCP servers a life-cockpit otherwise juggles (apple-events + a forked Apple Mail MCP) with a single modular adapter layer you own.

Status: v1 in progress (Calendar + Reminders). See DESIGN.md and the issues.

Develop

uv sync
uv run pytest -q          # unit tests (mock at the adapter boundary)
uv run apple-mcp          # run the server (stdio)

Related MCP server: nucleus-apple-mcp

Use as an MCP server

Launch off the project's own venv python — deterministic, and it carries the locked PyObjC wheels:

{
  "mcpServers": {
    "apple-mcp": {
      "command": "/Users/you/Developer/apple-mcp/.venv/bin/python",
      "args": ["-m", "apple_mcp"]
    }
  }
}

macOS only. Calendar/Reminders use EventKit — grant access when macOS prompts (TCC).

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
12hResponse 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.

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/elfensky/apple-mcp'

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