apple-notifier-mcp

by turlockmike

send_notification

Send notifications on macOS with customizable title, message, subtitle, and sound using the MCP server for efficient device alerts.

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" }

You must be authenticated.

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