Fast, native macOS Apple Reminders via EventKit. 10-200x faster than AppleScript alternatives.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-high5-ventures-apple-reminders": {
"args": [
"-y",
"@high5ventures/apple-reminders-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Fast, native Apple Reminders access for Claude — works in Claude Desktop, Claude Cowork, and Claude Code (CLI). One signed Swift/EventKit binary, three distribution packages.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@high5ventures/apple-reminders-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @high5ventures/apple-reminders-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Security Weekly
Get CVE alerts and security updates for io.github.high5-ventures/apple-reminders and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Fast, native Apple Reminders access for Claude — works in Claude Desktop, Claude Cowork, and Claude Code (CLI). One signed Swift/EventKit binary, three distribution packages.
No AppleScript, no unstable positional IDs, no 30-second MCP timeouts. Sub-second latency on databases with hundreds of reminders. Full UTF-8 support for German umlauts, accents, CJK characters, and emoji.
Published by high5 ventures GmbH — signed with Developer ID Application: high5 ventures GmbH and notarized by Apple.
Apple Reminders for Claude gives Claude full CRUD access to your macOS Reminders app. It wraps Apple's native EventKit framework in a signed Swift binary that returns stable UUIDs and structured JSON, and ships three ways:
| Target | Artifact | Distribution |
|---|---|---|
| Claude Desktop / Cowork | .mcpb bundle | Anthropic Desktop Extensions Directory |
| Claude Code (CLI) | Plugin with skill | Claude Code Plugin Directory |
| Any MCP client | npm package | MCP Registry (io.github.high5-ventures/apple-reminders) |
All three paths share the same Swift binary and the same MCP protocol surface, so behavior is identical everywhere.
readOnlyHint / destructiveHint so Claude clients can auto-run queries but prompt for mutations.Install from the Anthropic Desktop Extensions Directory (in-app search) or download the latest signed .mcpb from Releases and double-click it. Claude Desktop shows an install dialog; click Install, then on the first tool call, grant Reminders access in the macOS privacy prompt.
/plugin install apple-reminders@claude-plugins-official
…or add the high5 ventures marketplace directly from GitHub:
/plugin marketplace add high5-ventures/apple-reminders-for-claude
/plugin install apple-reminders@high5-apple-reminders-for-claude
npm install -g @high5ventures/apple-reminders-mcp
Then point your client at @high5ventures/apple-reminders-mcp as a stdio MCP server. See your client's documentation for configuration specifics.
git clone https://github.com/high5-ventures/apple-reminders-for-claude.git
cd apple-reminders-for-claude
./build.sh
Produces dist/reminders-eventkit (binary), dist/skill/ (Claude Code skill), and dist/apple-reminders.mcpb (Claude Desktop bundle). Builds are unsigned; see CONTRIBUTING.md for the signed rele