20 days 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.
Server Config
{
"mcpServers": {
"mac-calendar": {
"command": "uvx",
"args": [
"--from",
"mac-calendar-mcp",
"mac-calendar-mcp"
]
}
}
}