A simple MCP server that can send notifications on mac devices.
No reviews yet. Be the first to review!
Sign in to join the conversation
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)