Apple Notifier
Freeby MCP Community
An MCP server for sending native macOS notifications
v1.1.0Added Apr 12, 2026
mcpmacosnotificationsosascriptclaude
Apple Notifier MCP Server
An MCP server for sending native macOS notifications
Installation
npx -y apple-notifier-mcp
Reviews
Installation
Quick install
npx -y apple-notifier-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"apple-notifier": {
"command": "npx",
"args": ["-y", "apple-notifier-mcp"]
}
}
}