apple-mcp
Provides tools for interacting with Apple Calendar and Reminders (and eventually Mail) through native macOS frameworks, enabling management of events, reminders, and mail.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@apple-mcpshow my upcoming calendar events"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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).
This server cannot be installed
Maintenance
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