Skip to main content
Glama

apple-notifier-mcp

by turlockmike

send_notification

Deliver custom macOS notifications with specified title, message, and optional subtitle. Supports default sound integration for effective alerts on Apple devices.

Instructions

Send a notification on macOS using osascript

Input Schema

NameRequiredDescriptionDefault
messageYesMain message content
soundNoWhether to play the default notification sound
subtitleNoOptional subtitle
titleYesTitle of the notification

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "message": { "description": "Main message content", "type": "string" }, "sound": { "default": true, "description": "Whether to play the default notification sound", "type": "boolean" }, "subtitle": { "description": "Optional subtitle", "type": "string" }, "title": { "description": "Title of the notification", "type": "string" } }, "required": [ "title", "message" ], "type": "object" }
Install Server

Other Tools from apple-notifier-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/turlockmike/apple-notifier-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server