che-ical-mcp
Verified Safeby kiki830621
Overview
Manage macOS Calendar events and Reminders tasks for AI agents through 20 specialized tools, including batch operations, search, and conflict detection.
Installation
${__dirname}/server/CheICalMCPSecurity Notes
The server operates locally using Apple's native EventKit framework. The `PRIVACY.md` explicitly states that 'No data is stored outside of macOS EventKit', 'No data is transmitted to external servers or cloud services', and 'No network connections are made by this server'. Communication happens locally via `StdioTransport`. The code itself does not contain `eval` or similar dangerous patterns, nor does it appear to have hardcoded secrets. It requires explicit macOS permissions for Calendar and Reminders access, which is necessary for its functionality. The primary security risk is granting access to potentially sensitive local calendar/reminder data to an AI agent if the user is not aware of the permissions or the AI's capabilities.
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.
AICalendar
Provides an AI-powered cross-platform calendar application for intelligent scheduling and event management.