A simple MCP server that can send notifications on mac devices.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Display native macOS notifications with customizable content. Parameters: title (string, required), message (string, required), subtitle (string, optional), sound (boolean, optional, default: true)
Show interactive dialog prompts to get user input. Parameters: message (string, required), defaultAnswer (string, optional), buttons (string[], optional, max 3), icon ('note' | 'stop' | 'caution', optional)
Use macOS text-to-speech capabilities. Parameters: text (string, required), voice (string, optional, defaults to system voice), rate (number, optional, range -50 to 50, defaults to 0)
Capture screenshots using macOS screencapture. Parameters: path (string, required), type ('fullscreen' | 'window' | 'selection', required), format ('png' | 'jpg' | 'pdf' | 'tiff', optional), hideCursor (boolean, optional), shadow (boolean, optional), timestamp (boolean, optional)
Open native macOS file picker dialog. Parameters: prompt (string, optional), defaultLocation (string, optional), fileTypes (object, optional), multiple (boolean, optional)