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)
Show interactive dialog prompts to get user input. Parameters: message (string, required), defaultAnswer (string, optional), buttons (string[], optional), icon (string, optional)
Use macOS text-to-speech capabilities. Parameters: text (string, required), voice (string, optional), rate (number, optional)
Capture screenshots using macOS screencapture. Parameters: path (string, required), type (string, required, 'fullscreen' | 'window' | 'selection'), format (string, optional, 'png' | 'jpg' | 'pdf' | 'tiff'), 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)