mseep/apple-notifier

MCP Server

macOS Notifier MCP - native notifications

macOS native notification MCP server. Send notifications, show dialogs, speak text, take screenshots, and pick files.

MCP Server

  • Package: @mseep/apple-notifier-mcp
  • Transport: stdio
  • Command: npx -y @mseep/apple-notifier-mcp

Authentication

None (macOS system access)

VariableRequiredDescription
No environment variables required

Available Tools

ToolDescription
send_notificationmacOS notification
prompt_userDialog prompt
speakText-to-speech
take_screenshotScreenshot
select_fileFile picker

Configuration Example

toml
[[mcp.servers]]
name = "apple-notifier"
type = "stdio"
command = "npx"
args = ["-y", "@mseep/apple-notifier-mcp"]
timeout_seconds = 60
tools = []

Notes: macOS only. Node.js 18+.