jons-mcp-reminders
Verified Safeby jonmmease
Overview
Manages macOS Reminders by allowing AI assistants to create, read, update, and delete reminders and lists via EventKit.
Installation
uv run jons-mcp-remindersEnvironment Variables
- REQUEST_TIMEOUT
- LOG_LEVEL
Security Notes
The server primarily interacts with the macOS EventKit framework, requiring explicit user permission for Reminders access on first run. All operations are local to the machine, with no external network calls or data exfiltration mechanisms identified in the provided source code. No use of 'eval' or other dangerous dynamic code execution patterns. EventKit interactions are serialized for thread-safety. Location data for reminders is handled locally within the OS framework. Considered very safe given its stated purpose and OS-level permission requirements.
Similar Servers
mcp-server-macos-use
An AI agent designed to control a macOS computer using OS-level tools, compatible with the Model Context Protocol (MCP).
mcp-server-apple-events
Integrate Apple Reminders and Calendar with MCP clients for comprehensive management and automation on macOS.
gCalendar-mcp
This MCP server enables AI assistants to create and manage Google Calendar events.
MCP-server-client-computer-use-ai-sdk
Provides an AI-driven interface to control a macOS computer by automating tasks through accessibility features and a conversational agent loop.