Send macOS desktop notifications whenever Claude Code emits Notification events.
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install mac-notification-hook@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/mac-notification-hook.json
Step 2: Install the plugin
/plugin install mac-notification-hook@mac-notification-hook
This repository hosts the Laststance plugin marketplace definition for Claude Code and the source for the mac-notification-hook
plugin.
mac-notification-hook
– Sends native macOS desktop notifications whenever Claude Code emits Notification
hook events./plugin marketplace add https://github.com/laststance/claude-code-marketplace
/plugin install mac-notification-hook@laststance
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest (required)
├── mac-notification-hook/ # Plugin source code and manifest
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── hooks/
│ │ └── hooks.json # Hook wiring
│ └── README.md # Plugin-specific instructions
├── AGENTS.md # Reserved for future agent docs
└── LICENSE # Project license (MIT)
version
fields in both the plugin manifest and marketplace entry when releasing updates.For full schema details, refer to the Claude Code Plugins Reference.
0.1.0