Fast, native macOS Apple Reminders via EventKit. 10-200x faster than AppleScript alternatives.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @high5ventures/apple-reminders-mcp
MCP client config
{
"mcpServers": {
"apple-reminders-for-claude": {
"command": "npx",
"args": [
"-y",
"@high5ventures/apple-reminders-mcp"
]
}
}
}