Back to Apps

MCP Notify
by 5n7
Send native macOS desktop notifications directly from your AI assistant.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects your AI assistant to the macOS notification system, allowing it to push alerts and reminders directly to your desktop.
Tools
notify: Sends a desktop notification with a specified title and message.
Installation
Install via Go:
go install github.com/5n7/mcp-notify@latest
Add to claude_desktop_config.json:
{
"mcpServers": {
"notify": {
"command": "/path/to/mcp-notify",
"args": []
}
}
}
Supported hosts
- cursor
- claude
Quick install
go install github.com/5n7/mcp-notify@latestInformation
- Pricing
- free
- Published
- 6/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "notify": { "command": "/path/to/mcp-notify", "args": [] } }Claude Desktop
Add to claude_desktop_config.json: { "notify": { "command": "/path/to/mcp-notify", "args": [] } }





