
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
apple-calendar-mcp
Advanced tools
MCP server for Apple Calendar on macOS.
Provides access to calendars and events through EventKit. Keep Calendar as the system of record while enabling agents to read, create, update, and delete events.
search_tools and get_tool_info for context-constrained clientscalendar_permission_guide, calendar_recheck_permissionsWith uv installed:
uvx apple-calendar-mcp
No clone, no venv management.
git clone https://github.com/JonathanRReed/Apple-MCPs.git
cd Apple-MCPs
uv sync --all-packages
This builds one workspace environment with every server's entry point in .venv/bin (for example .venv/bin/apple-calendar-mcp). You can also point an MCP client at Apple-Calendar-MCP/start.sh, which prefers uv run and falls back to a plain venv bootstrap (Python 3.11+ required).
{
"mcpServers": {
"apple-calendar": {
"command": "uvx",
"args": ["apple-calendar-mcp"],
"env": {
"APPLE_CALENDAR_MCP_SAFETY_MODE": "safe_manage"
}
}
}
}
Running from a clone instead? Use /path/to/Apple-MCPs/Apple-Calendar-MCP/start.sh as the command with empty args.
claude mcp add --transport stdio --scope project apple-calendar -- uvx apple-calendar-mcp
safe_readonlysafe_managefull_accessstdio is the default and recommended transport. Set APPLE_CALENDAR_MCP_TRANSPORT=streamable-http (with optional APPLE_CALENDAR_MCP_HOST and APPLE_CALENDAR_MCP_PORT) to serve Streamable HTTP instead.
calendar_health reports access_status, read access, and write access so agents can detect blocked permissions before treating an empty window as real datauvx apple-calendar-mcp (or a clone's Apple-Calendar-MCP/start.sh) to your MCP clientcalendar_health firstaccess_status is not_determined, call calendar_permission_guidecalendar_recheck_permissionstools/list returns the full Calendar tool surface. Context-constrained clients can use search_tools first, then get_tool_info for the Calendar tool they need.FAQs
Local Apple Calendar server for macOS
We found that apple-calendar-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.