Skip to main content
Glama

macOS Notify MCP

by yuki-yano
391
4
  • Apple

send_notification

Send custom macOS notifications with optional tmux integration, focusing on specific sessions when clicked, for enhanced workflow tracking and alerts.

Instructions

Send a macOS notification with optional tmux integration

Input Schema

NameRequiredDescriptionDefault
messageYesThe notification message
paneNotmux pane number
sessionNotmux session name
soundNoThe notification sound (default: "Glass")
titleNoThe notification title (default: "Claude Code")
useCurrentNoUse current tmux location
windowNotmux window number

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "The notification message", "type": "string" }, "pane": { "description": "tmux pane number", "type": "string" }, "session": { "description": "tmux session name", "type": "string" }, "sound": { "description": "The notification sound (default: \"Glass\")", "type": "string" }, "title": { "description": "The notification title (default: \"Claude Code\")", "type": "string" }, "useCurrent": { "description": "Use current tmux location", "type": "boolean" }, "window": { "description": "tmux window number", "type": "string" } }, "required": [ "message" ], "type": "object" }
Install Server

Other Tools from macOS Notify 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/yuki-yano/macos-notify-mcp'

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