A simple MCP server that can send notifications on mac devices.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Display native macOS notifications with customizable content. Parameters: title (required string), message (required string), subtitle (optional string), sound (optional boolean)
Show interactive dialog prompts to get user input. Parameters: message (required string), defaultAnswer (optional string), buttons (optional string[]), icon (optional 'note' | 'stop' | 'caution')
Use macOS text-to-speech capabilities. Parameters: text (required string), voice (optional string), rate (optional number)
Capture screenshots using macOS screencapture. Parameters: path (required string), type (required 'fullscreen' | 'window' | 'selection'), format (optional 'png' | 'jpg' | 'pdf' | 'tiff'), hideCursor (optional boolean), shadow (optional boolean), timestamp (optional boolean)
Open native macOS file picker dialog. Parameters: prompt (optional string), defaultLocation (optional string), fileTypes (optional object), multiple (optional boolean)