2 months ago
An MCP (Model Context Protocol) server that securely integrates with the native macOS Calendar application. It allows AI models to read events and create new events securely using AppleScript without complex dependencies.
Tools
list_calendars
get_events
get_event
search_events
get_agenda
calendar_index_status
Server Config
{
"mcpServers": {
"mac-calendar": {
"command": "uvx",
"args": [
"--from",
"mac-calendar-mcp",
"mac-calendar-mcp"
]
}
}
}