mcp-server-apple-events vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-apple-events by FradSer | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 112 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | ProductivityDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-apple-events · Summary
A production-ready MCP server providing native macOS integration with Apple Reminders and Calendar via EventKit.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-apple-events · Use cases
- Automate Apple Reminders management through AI assistants
- Integrate calendar events with productivity AI workflows
- Create location-based reminders triggered by geofences
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-server-apple-events · Install
Installation
- Install prerequisites: Node.js 18+, macOS, Xcode Command Line Tools, pnpm
- For macOS permissions, verify the required privacy keys are declared in Info.plist
- Run with npx:
npx mcp-server-apple-events
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"apple-reminders": {
"command": "npx",
"args": ["-y", "mcp-server-apple-events"]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}