We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FradSer/mcp-server-apple-events'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Info.plist•1.69 KiB
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>EventKitCLI</string>
<key>CFBundleIdentifier</key>
<string>com.mcp.apple-reminders.eventkitcli</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>EventKitCLI</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>LSBackgroundOnly</key>
<true/>
<key>NSCalendarsUsageDescription</key>
<string>This app needs access to your calendar to manage events through the MCP server.</string>
<key>NSCalendarsFullAccessUsageDescription</key>
<string>Full calendar access lets Claude read, update, and reconcile events you select through the MCP server.</string>
<key>NSCalendarsWriteOnlyAccessUsageDescription</key>
<string>Write-only calendar permission enables Claude to create new events without exposing existing calendars.</string>
<key>NSRemindersUsageDescription</key>
<string>This app needs access to your reminders to manage tasks through the MCP server.</string>
<key>NSRemindersFullAccessUsageDescription</key>
<string>Full reminder access is required so Claude can read and update selected reminders on your behalf.</string>
<key>NSRemindersWriteOnlyAccessUsageDescription</key>
<string>Write-only reminder permission enables Claude to add new reminders without revealing your lists.</string>
</dict>
</plist>