Back to Home
KaiserUndGott icon

FBW-MCP-iCal

Verified Safe

by KaiserUndGott

Overview

Manages iCloud, local, and subscribed calendars on macOS by listing, creating, updating, and deleting events.

Installation

Run Command
node /PFAD/ZUM/REPO/dist/index.js

Security Notes

The server executes dynamically constructed AppleScript via 'osascript'. While user inputs are escaped using `escapeForAppleScript` to prevent injection within string literals (e.g., in event titles or calendar names), the inherent nature of running AppleScript with system automation permissions on macOS requires a high level of trust. The server itself communicates via stdio, reducing network attack surface. The primary risk is a flaw in the AppleScript escaping logic or an unforeseen vulnerability in the macOS Calendar app's AppleScript API that could allow privilege escalation or unintended actions, though the current escaping appears robust for preventing direct command injection into the interpreted string literals.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-12-03

Tags

macOSCalendariCloudAppleScriptAutomation